mirror of
https://github.com/coredns/coredns.git
synced 2025-10-27 08:14:18 -04:00
golint
This commit is contained in:
@@ -64,6 +64,7 @@ func (l Logger) ServeDNS(ctx context.Context, w dns.ResponseWriter, r *dns.Msg)
|
||||
return l.Next.ServeDNS(ctx, w, r)
|
||||
}
|
||||
|
||||
// Name implements the Handler interface.
|
||||
func (l Logger) Name() string { return "log" }
|
||||
|
||||
// Rule configures the logging middleware.
|
||||
|
||||
Reference in New Issue
Block a user