Specify metadata for heroku

This commit is contained in:
Dan Sosedoff 2018-09-05 10:35:45 -05:00
parent 1620f2be56
commit 2e64b56d14

View File

@ -24,6 +24,10 @@
# go-tests = true # go-tests = true
# unused-packages = true # unused-packages = true
[metadata.heroku]
root-package = "github.com/heroku/go-getting-started"
go-version = "1.11"
install = [ "./..." ]
[[constraint]] [[constraint]]
name = "github.com/BurntSushi/toml" name = "github.com/BurntSushi/toml"