style: please the linters
This commit is contained in:
@@ -1,6 +1,8 @@
|
||||
package metrics
|
||||
|
||||
import "net/http"
|
||||
import (
|
||||
"net/http"
|
||||
)
|
||||
|
||||
func newResponseWriter(w http.ResponseWriter) *responseWriter {
|
||||
return &responseWriter{w, http.StatusOK}
|
||||
|
||||
Reference in New Issue
Block a user