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

@@ -32,7 +32,7 @@ $GOPATH/bin/service
3. Run the client
```shell
$GOPATH/bin/service --client
$GOPATH/bin/service --run_client
```
And that's all there is to it.