golang GUI 笔记

govlc

编译到windows并隐藏cmd
GOOS=windows GOARCH=amd64 go build -ldflags="-H windowsgui" -o test.exe

wails

编译到windows
wails build -platform windows/amd64 -o test.exe