diff --git a/backend/main.go b/backend/main.go index 523a6a0..1aaca45 100644 --- a/backend/main.go +++ b/backend/main.go @@ -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)