Last active
August 31, 2017 05:20
-
-
Save uorat/52a06bc05f2b58bd85f0e48ab7452506 to your computer and use it in GitHub Desktop.
hello-apex/functions/golang-sample/function.json
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"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