allow using environment vars for configuration

fixes #151
This commit is contained in:
Will Norris 2019-06-09 21:02:21 +00:00
parent dfcfda52de
commit 50e0d1104d
7 changed files with 89 additions and 0 deletions

3
third_party/envy/go.mod vendored Normal file
View file

@ -0,0 +1,3 @@
module .
go 1.12