Browse Source

Deploying to heroku for test

unknown 4 years ago
parent
commit
672575a094
2 changed files with 2 additions and 0 deletions
  1. 1 0
      Procfile
  2. 1 0
      go.mod

+ 1 - 0
Procfile

@@ -0,0 +1 @@
+web: bin/

+ 1 - 0
go.mod

@@ -1,6 +1,7 @@
 module printers
 
 go 1.16
+// +heroku goVersion go1.16
 
 require (
 	github.com/boombuler/barcode v1.0.1