Codebase list golang-github-go-kit-kit / c05f7e6
fix typo in addcli Karthik Muralidharan authored 6 years ago GitHub committed 6 years ago
1 changed file(s) with 1 addition(s) and 1 deletion(s). Raw diff Collapse all Expand all
2727 func main() {
2828 // The addcli presumes no service discovery system, and expects users to
2929 // 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
3131 // and various client constructors both expect host:port strings. For an
3232 // example service with a client built on top of a service discovery system,
3333 // see profilesvc.