@ -2,7 +2,4 @@ module github.com/gorilla/mux
go 1.12
require (
require github.com/stretchr/testify v1.4.0
github.com/gorilla/mux v1.7.3
github.com/stretchr/testify v1.4.0
)
@ -108,7 +108,7 @@ func LoggerWithConfig(c LogConfig) MiddlewareFunc {
sw := statusWriter{
ResponseWriter: w,
status: 0,
status: 200,
}
next.ServeHTTP(&sw, r)