From 1fa3750c9a209f5efbdc2722d40f2657885af5e5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?G=C3=BCnther=20Noack?= Date: Thu, 24 May 2018 19:21:01 +0200 Subject: [PATCH] Clarify newCCResolverWrapper documentation. (#2100) I think the goroutine does not get started any more (this used to be the case in an earlier version). --- resolver_conn_wrapper.go | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/resolver_conn_wrapper.go b/resolver_conn_wrapper.go index 1b493db2..393d5d06 100644 --- a/resolver_conn_wrapper.go +++ b/resolver_conn_wrapper.go @@ -65,8 +65,8 @@ func parseTarget(target string) (ret resolver.Target) { } // newCCResolverWrapper parses cc.target for scheme and gets the resolver -// builder for this scheme. It then builds the resolver and starts the -// monitoring goroutine for it. +// builder for this scheme and builds the resolver. The monitoring goroutine +// for it is not started yet and can be created by calling start(). // // If withResolverBuilder dial option is set, the specified resolver will be // used instead.