Skip to content

Instantly share code, notes, and snippets.

@uorat
Last active August 31, 2017 05:20
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 uorat/52a06bc05f2b58bd85f0e48ab7452506 to your computer and use it in GitHub Desktop.
Save uorat/52a06bc05f2b58bd85f0e48ab7452506 to your computer and use it in GitHub Desktop.
hello-apex/functions/golang-sample/function.json
{
"hooks": {
"build": "GOOS=linux GOARCH=amd64 go build -o main main.go",
"clean": "rm -f main"
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment