Browse Source

Deploying to heroku for test

unknown 4 năm trước cách đây
mục cha
commit
672575a094
2 tập tin đã thay đổi với 2 bổ sung0 xóa
  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