Skip to content

Instantly share code, notes, and snippets.

@0xAhmed
Last active October 10, 2017 13:30
Show Gist options
  • Select an option

  • Save 0xAhmed/18ed77ccea7825745c3011ef588fea0d to your computer and use it in GitHub Desktop.

Select an option

Save 0xAhmed/18ed77ccea7825745c3011ef588fea0d to your computer and use it in GitHub Desktop.
Build a static go binary
$ GOOS=linux GOARCH=amd64 go build -tags netgo -o app
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment