Update README to refer to package documentation

This commit is contained in:
Neale Pickett 2018-07-25 00:01:53 +00:00
parent e5431843b3
commit 05f63f8b5c
1 changed files with 8 additions and 2 deletions

View File

@ -12,8 +12,14 @@ and room to grow these explorations into full-blown decoders.
Get going
=========
Documentation sucks, sorry.
Start with `examples/simple` and build it up into whatever you want.
Package documentation at
https://godoc.org/github.com/dirtbags/netshovel
We recommend you
copy `examples/simple/simple.go`,
change the `Simple` structs into your own protocol,
and build it up into whatever you want.
The Future