Ignore formatter output in main

This commit is contained in:
Imbus 2024-03-08 10:32:02 +01:00
parent efc95e7fea
commit a7ebfe7110

View file

@ -37,7 +37,7 @@ func main() {
}
// 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("For documentation, go to http://localhost:%d/swagger/index.html\n", conf.Port)