From f5c974be39e12d81de9e4bbc9df904bbeca9d8fe Mon Sep 17 00:00:00 2001 From: iamqizhao Date: Tue, 21 Jun 2016 18:21:27 -0700 Subject: [PATCH] delete unnecessary continue --- balancer.go | 1 - 1 file changed, 1 deletion(-) diff --git a/balancer.go b/balancer.go index 324e3572..274f3be2 100644 --- a/balancer.go +++ b/balancer.go @@ -348,7 +348,6 @@ func (rr *roundRobin) Get(ctx context.Context, opts BalancerGetOptions) (addr Ad ch = rr.waitCh } rr.mu.Unlock() - continue } } }