We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3b703bb commit 90d5499Copy full SHA for 90d5499
1 file changed
cmd/main.go
@@ -12,8 +12,7 @@ import (
12
13
// main is the entry point for the application.
14
func main() {
15
- // var configFile = flag.String("config", "config.yml", "Path to config file")
16
- configFile := flag.String("config", "config.yaml", "path to the config file")
+ configFile := flag.String("config", "config.yml", "path to the config file")
17
flag.Parse()
18
19
log.SetFlags(log.LstdFlags | log.Lshortfile)
0 commit comments