Silence linter error

This commit is contained in:
Conrad Hoffmann 2021-12-09 20:49:45 +01:00
parent e9d24d733c
commit a30b3518fe
1 changed files with 1 additions and 1 deletions

View File

@ -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(`<html>
_, _ = w.Write([]byte(`<html>
<head>
<title>IPMI Exporter</title>
<style>