environment-ize configuration

This commit is contained in:
2021-07-02 18:47:14 -04:00
parent 04506ed01f
commit ca618cc609
5 changed files with 36 additions and 4 deletions

5
go.mod
View File

@@ -2,4 +2,7 @@ module git.yetaga.in/alazyreader/library
go 1.16
require github.com/go-sql-driver/mysql v1.6.0
require (
github.com/go-sql-driver/mysql v1.6.0
github.com/kelseyhightower/envconfig v1.4.0
)