Skip to content

Instantly share code, notes, and snippets.

@marmyr

marmyr/build.cmd Secret

Last active February 3, 2021 16:03
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 marmyr/62de5129d6a0290e981a29e46c4fe12e to your computer and use it in GitHub Desktop.
Save marmyr/62de5129d6a0290e981a29e46c4fe12e to your computer and use it in GitHub Desktop.
del /Q bin
set GOOS=linux
go build -ldflags="-s -w" -o bin/aws endpoints/aws/aws.go
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment