Skip to content

Commit ae15a43

Browse files
committed
prepare heroku
1 parent db6af10 commit ae15a43

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed

Procfile

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
web: ./bin/api

go.mod

+2
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@ module github.com/fairhive-labs/go-pixelart
22

33
go 1.18
44

5+
// +heroku install ./app/...
6+
// +heroku goVersion 1.18
57
require github.com/gin-gonic/gin v1.7.7
68

79
require (

0 commit comments

Comments
 (0)