We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 53461d7 commit 53829c5Copy full SHA for 53829c5
function.go hackdayfunction.gofunction.go renamed to hackdayfunction.go
@@ -1,4 +1,4 @@
1
-package myfunc
+package hackdayfunction
2
3
import (
4
"fmt"
manifest.yml
@@ -3,6 +3,9 @@ applications:
- name: hackdayfunction
command: ./hackdayfunction
5
no-route: true
6
- buildpack: binary_buildpack
+ buildpack: go_buildpack
7
memory: 32MB
8
instances: 0
9
+ env:
10
+ GOVERSION: go1.8
11
+ GOPACKAGENAME: hackdayfunction
0 commit comments