Document the whole package

This commit is contained in:
Neale Pickett 2018-07-24 23:39:13 +00:00
parent 28868f0813
commit 9a26f1516c
1 changed files with 9 additions and 0 deletions

9
doc.go Normal file
View File

@ -0,0 +1,9 @@
/*
Package netshovel provides utilities to assist in creating of application-layer protocol decoders.
examples/simple/simple.go contains a full decoder which does nothing but dump every utterance.
It can be used as a template for new work.
*/
package netshovel