This commit is contained in:
Asim
2016-04-29 23:53:34 +01:00
parent feb0629af0
commit 3590a367d8
7 changed files with 167 additions and 17 deletions

View File

@@ -0,0 +1,18 @@
# service
Compile + run:
```
go build
./service
```
[The, run the client](../service)
Use another service tag
```
./service <service-tag>
./service _foobarbaz._tcp
```