fixed args

This commit is contained in:
snoop 2017-08-10 11:18:12 +09:00
parent 8b63389def
commit 53f87c2c80

View File

@ -11,7 +11,7 @@ import (
)
func init() {
paramA := flag.String("conf", "/overflow/collector", "Config file path")
paramA := flag.String("conf", "./discovery/bin/collector.yaml", "Config file path")
//paramB := flag.Int("b", 1, "int type param")
//paramC := flag.Bool("c", false, "bool type param")
flag.Parse()