Add the ability to switch out client/server

This commit is contained in:
Asim
2016-11-18 17:29:26 +00:00
parent f9709ffa6e
commit 20feb95e18
6 changed files with 60 additions and 9 deletions

View File

@@ -69,7 +69,7 @@ $ go run examples/service/main.go
### Test Service
```
$ go run examples/service/main.go --client
$ go run examples/service/main.go --run_client
Hello John
```