From a30b3518fec19760bea3e3b85e1a3e73b529c004 Mon Sep 17 00:00:00 2001 From: Conrad Hoffmann Date: Thu, 9 Dec 2021 20:49:45 +0100 Subject: [PATCH] Silence linter error --- main.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main.go b/main.go index 078df1d..5c7f07f 100644 --- a/main.go +++ b/main.go @@ -135,7 +135,7 @@ func main() { http.HandleFunc("/-/reload", updateConfiguration) // Endpoint to reload configuration. http.HandleFunc("/", func(w http.ResponseWriter, r *http.Request) { - w.Write([]byte(` + _, _ = w.Write([]byte(` IPMI Exporter