Ignore formatter output in main
This commit is contained in:
parent
efc95e7fea
commit
a7ebfe7110
1 changed files with 1 additions and 1 deletions
|
@ -37,7 +37,7 @@ func main() {
|
||||||
}
|
}
|
||||||
|
|
||||||
// Pretty print the current config with toml
|
// Pretty print the current config with toml
|
||||||
toml.NewEncoder(os.Stdout).Encode(conf)
|
_ = toml.NewEncoder(os.Stdout).Encode(conf)
|
||||||
|
|
||||||
fmt.Printf("Starting server on http://localhost:%d\n", conf.Port)
|
fmt.Printf("Starting server on http://localhost:%d\n", conf.Port)
|
||||||
fmt.Printf("For documentation, go to http://localhost:%d/swagger/index.html\n", conf.Port)
|
fmt.Printf("For documentation, go to http://localhost:%d/swagger/index.html\n", conf.Port)
|
||||||
|
|
Loading…
Reference in a new issue