linux平台:

CGO_ENABLED=0 GOOS=linux GOARCH=amd64 go build main.go

windows平台下.exe:

CGO_ENABLED=0 GOOS=windows GOARCH=amd64 go build main.go