fixed args
This commit is contained in:
@@ -11,7 +11,7 @@ import (
|
|||||||
)
|
)
|
||||||
|
|
||||||
func init() {
|
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")
|
//paramB := flag.Int("b", 1, "int type param")
|
||||||
//paramC := flag.Bool("c", false, "bool type param")
|
//paramC := flag.Bool("c", false, "bool type param")
|
||||||
flag.Parse()
|
flag.Parse()
|
||||||
|
|||||||
Reference in New Issue
Block a user