fixed args
This commit is contained in:
parent
8b63389def
commit
53f87c2c80
@ -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()
|
||||||
|
Loading…
x
Reference in New Issue
Block a user