Clarify newCCResolverWrapper documentation. (#2100)

I think the goroutine does not get started any more (this used to be the case in an earlier version).
This commit is contained in:
Günther Noack
2018-05-24 19:21:01 +02:00
committed by Menghan Li
parent d33a923190
commit 1fa3750c9a

View File

@ -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.