diff --git a/middleware/recorder.go b/middleware/recorder.go index d3e65dc6..a94db927 100644 --- a/middleware/recorder.go +++ b/middleware/recorder.go @@ -8,7 +8,7 @@ import ( "time" ) -// responseRecorder is a type of ResponseWriter that captures +// ResponseRecorder is a type of ResponseWriter that captures // the status code written to it and also the size of the body // written in the response. A status code does not have // to be written, however, in which case 200 must be assumed.