Skip to content

Instantly share code, notes, and snippets.

@da4nik
Created February 4, 2017 06:48
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 da4nik/efc134f6d7b3a425ba93b5a8ab2ba71f to your computer and use it in GitHub Desktop.
Save da4nik/efc134f6d7b3a425ba93b5a8ab2ba71f to your computer and use it in GitHub Desktop.
golang build static binary
go build -o ./<output binary name> -v -ldflags "-linkmode external -extldflags -static"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment