From cf595a8fcdac74c5dd0098b539860677d28d3cdb Mon Sep 17 00:00:00 2001 From: iamqizhao Date: Thu, 26 May 2016 15:49:50 -0700 Subject: [PATCH] polish Address comments --- balancer.go | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/balancer.go b/balancer.go index 5fec2c9c0..91e03b65a 100644 --- a/balancer.go +++ b/balancer.go @@ -49,8 +49,7 @@ type Address struct { // Addr is the server address on which a connection will be established. Addr string // Metadata is the information associated with Addr, which may be used - // to make load balancing decision. This is from the metadata attached - // in the address updates from name resolver. + // to make load balancing decision. Metadata interface{} }