mirror of
https://github.com/coredns/coredns.git
synced 2025-11-01 18:53:43 -04:00
go lint/vet/misspell cleanup (#1105)
This fix address several issues related to golint/vet/misspell. Signed-off-by: Yong Tang <yong.tang.github@outlook.com>
This commit is contained in:
@@ -21,7 +21,7 @@ type Recorder struct {
|
||||
Start time.Time
|
||||
}
|
||||
|
||||
// New makes and returns a new Recorder,
|
||||
// NewRecorder makes and returns a new Recorder,
|
||||
// which captures the DNS rcode from the ResponseWriter
|
||||
// and also the length of the response message written through it.
|
||||
func NewRecorder(w dns.ResponseWriter) *Recorder {
|
||||
|
||||
Reference in New Issue
Block a user