Skip to content

Commit 53829c5

Browse files
committed
tryint to fix command not found error
1 parent 53461d7 commit 53829c5

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

function.go renamed to hackdayfunction.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
package myfunc
1+
package hackdayfunction
22

33
import (
44
"fmt"

manifest.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,9 @@ applications:
33
- name: hackdayfunction
44
command: ./hackdayfunction
55
no-route: true
6-
buildpack: binary_buildpack
6+
buildpack: go_buildpack
77
memory: 32MB
88
instances: 0
9+
env:
10+
GOVERSION: go1.8
11+
GOPACKAGENAME: hackdayfunction

0 commit comments

Comments
 (0)