Merge pull request #84 from bob-smith/patch-2

Syntax highlighting for source code in README.md
This commit is contained in:
Alex Bee 2016-03-02 21:40:21 +00:00
commit 19d79b5351
1 changed files with 41 additions and 40 deletions

View File

@ -15,7 +15,7 @@ old `go1` API.
### Using the framework
Synopsis:
```go
package main
import (
@ -62,6 +62,7 @@ Synopsis:
// Wait for disconnect
<-quit
}
```
The test client provides a good (if basic) example of how to use the framework.
Reading `client/handlers.go` gives a more in-depth look at how handlers can be