Use glide for dependency managemment

This commit is contained in:
DarthSim
2017-06-20 17:58:18 +03:00
parent 55999f0c01
commit a7da9207be
70 changed files with 18 additions and 3 deletions

View File

@@ -43,7 +43,7 @@ func absPathToFile(path string) string {
func init() {
cpath := flag.String(
"config", "../config.yml", "path to configuration file",
"config", "./config.yml", "path to configuration file",
)
flag.Parse()