Skip to content

Instantly share code, notes, and snippets.

@wingsuitist
Created December 3, 2019 20:36
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 wingsuitist/4117499a19338b2ea8da8885ce70ed8f to your computer and use it in GitHub Desktop.
Save wingsuitist/4117499a19338b2ea8da8885ce70ed8f to your computer and use it in GitHub Desktop.
brew install upx
go build -ldflags="-s -w"
upx $(basename $(pwd))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment