Merge pull request #619 from karthikmuralidharan/patch-1
fix typo in addcli
Peter Bourgon authored 5 years ago
GitHub committed 5 years ago
27 | 27 | func main() { |
28 | 28 | // The addcli presumes no service discovery system, and expects users to |
29 | 29 | // provide the direct address of an addsvc. This presumption is reflected in |
30 | // the addcli binary and the the client packages: the -transport.addr flags | |
30 | // the addcli binary and the client packages: the -transport.addr flags | |
31 | 31 | // and various client constructors both expect host:port strings. For an |
32 | 32 | // example service with a client built on top of a service discovery system, |
33 | 33 | // see profilesvc. |