Suppose I\'m a primarily Linux user, but I\'m developing an application in Go that I want to be cross platform. I\'ve searched around, but I can\'t seem to find information
GOOS
and GOARCH
environment variables before building: GOOS=windows GOARCH=386 go build
(or go install
or whatever), etc