Commit ea7e4f37 authored by Will Cory's avatar Will Cory Committed by Will Cory

lowercase

parent 9e1efe4a
......@@ -32,7 +32,7 @@ const (
MetricsNamespace = "op_indexer"
)
func ChiMetricsMiddleware(rec metrics.HTTPRecorder) func(http.Handler) http.Handler {
func chiMetricsMiddleware(rec metrics.HTTPRecorder) func(http.Handler) http.Handler {
return func(next http.Handler) http.Handler {
return metrics.NewHTTPRecordingMiddleware(rec, next)
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment