浏览代码

Deploying to heroku for test

unknown 4 年之前
父节点
当前提交
672575a094
共有 2 个文件被更改,包括 2 次插入0 次删除
  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