style: please the linters

This commit is contained in:
Florian Bauer
2025-01-22 13:34:40 +01:00
parent 4fa048090a
commit e408bdefde
2 changed files with 6 additions and 3 deletions

View File

@@ -1,6 +1,8 @@
package metrics
import "net/http"
import (
"net/http"
)
func newResponseWriter(w http.ResponseWriter) *responseWriter {
return &responseWriter{w, http.StatusOK}