Merge pull request #671 from shawnps/patch-1

capitalize struct name in comment (go lint)
This commit is contained in:
Matt Holt 2016-03-11 08:21:56 -07:00
commit e2f6ab3472

View File

@ -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.