golint
This commit is contained in:
parent
7ce7100122
commit
94dc28646d
18 changed files with 21 additions and 3 deletions
|
@ -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" }
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue