We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 53829c5 commit 5222eeeCopy full SHA for 5222eee
2 files changed
cmd/main.go
@@ -6,6 +6,6 @@ import (
6
)
7
8
func main() {
9
- event := cfevents.NewCfEvent(myfunc.Handle)
+ event := cfevents.NewCfEvent(hackdayfunction.Handle)
10
event.Run()
11
}
manifest.yml
@@ -1,11 +1,10 @@
1
---
2
applications:
3
- name: hackdayfunction
4
- command: ./hackdayfunction
+ command: hackdayfunction
5
no-route: true
buildpack: go_buildpack
memory: 32MB
instances: 0
env:
- GOVERSION: go1.8
GOPACKAGENAME: hackdayfunction
0 commit comments