You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
# Linux 下编译 Windows 版本
CGO_ENABLED=0 GOOS=windows GOARCH=amd64 go build server.go
# Linux 下编译 MacOS 版本
CGO_ENABLED=0 GOOS=darwin GOARCH=amd64 go build server.go