mirror of
https://github.com/coredns/coredns.git
synced 2025-11-01 10:43:17 -04:00
golint
This commit is contained in:
@@ -52,6 +52,7 @@ func (rw Rewrite) ServeDNS(ctx context.Context, w dns.ResponseWriter, r *dns.Msg
|
||||
return rw.Next.ServeDNS(ctx, w, r)
|
||||
}
|
||||
|
||||
// Name implements the Handler interface.
|
||||
func (rw Rewrite) Name() string { return "rewrite" }
|
||||
|
||||
// Rule describes an internal location rewrite rule.
|
||||
|
||||
Reference in New Issue
Block a user