Skip to content

Commit

Permalink
Merge pull request #619 from karthikmuralidharan/patch-1
Browse files Browse the repository at this point in the history
fix typo in addcli
  • Loading branch information
peterbourgon committed Oct 3, 2017
2 parents 9ed3743 + c05f7e6 commit 4dc7be5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/addsvc/cmd/addcli/addcli.go
Expand Up @@ -28,7 +28,7 @@ import (
func main() {
// The addcli presumes no service discovery system, and expects users to
// provide the direct address of an addsvc. This presumption is reflected in
// the addcli binary and the the client packages: the -transport.addr flags
// the addcli binary and the client packages: the -transport.addr flags
// and various client constructors both expect host:port strings. For an
// example service with a client built on top of a service discovery system,
// see profilesvc.
Expand Down

0 comments on commit 4dc7be5

Please sign in to comment.