mengqi

Results 2 issues of mengqi

I created bolt databases under Windows/Linux/Mac and insert 100000 and 1000 records into the database. Then I got the result below: file | records | created under | file size...

type/bug
area/bbolt-core

问题1:请问awtk-go是否支持交叉编译,比如在linux下编译出windows下的可执行程序? 我在linux下执行下面的命令,但是报错了: GOOS=windows GOARCH=amd64 go build -o button.exe button.go go build github.com/zlgopen/awtk-go/awtk: build constraints exclude all Go files in /home/xxx/pkg/mod/github.com/zlgopen/[email protected]/awtk 尝试开启cgo,进行交叉编译,仍然报错: $ CGO_ENABLED=1 GOOS=windows GOARCH=amd64 go build -o button.exe button.go...