We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Simply specify the GOOS environment variable before compiling
set GOOS=windows
set GOOS=linux
Then just type go build main.go
go build main.go
Make sure you have the required dependencies before actually compiling