Skip to content

Instantly share code, notes, and snippets.

@akramarev
Created January 28, 2019 04:12
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save akramarev/b8e3aa5a82a5224fd9399754eb0363fc to your computer and use it in GitHub Desktop.
Save akramarev/b8e3aa5a82a5224fd9399754eb0363fc to your computer and use it in GitHub Desktop.
[how to build Go program for linux on windows]
# https://stackoverflow.com/questions/20829155/how-to-cross-compile-from-windows-to-linux
$env:GOOS = "linux"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment