mirror of
https://github.com/coredns/coredns.git
synced 2025-10-28 08:44:17 -04:00
golint
This commit is contained in:
@@ -19,4 +19,5 @@ func (rr RoundRobin) ServeDNS(ctx context.Context, w dns.ResponseWriter, r *dns.
|
||||
return rr.Next.ServeDNS(ctx, wrr, r)
|
||||
}
|
||||
|
||||
// Name implements the Handler interface.
|
||||
func (rr RoundRobin) Name() string { return "loadbalance" }
|
||||
|
||||
Reference in New Issue
Block a user