Skip to content

Instantly share code, notes, and snippets.

Embed
What would you like to do?
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