Make configuration global, add helper functions

This commit is contained in:
2021-03-29 17:21:12 -05:00
parent 3c0254c9a1
commit a4638db773
2 changed files with 16 additions and 3 deletions

View File

@ -27,7 +27,7 @@ var BuildDate string
var GitCommit string
func Main(args []string) (int, error) {
var config *Config
var config *Config = GetConfig()
var err error
var i int