From 9a26f1516c409a66a865e7d5c7adee52e3613125 Mon Sep 17 00:00:00 2001 From: Neale Pickett Date: Tue, 24 Jul 2018 23:39:13 +0000 Subject: [PATCH] Document the whole package --- doc.go | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 doc.go diff --git a/doc.go b/doc.go new file mode 100644 index 0000000..4488308 --- /dev/null +++ b/doc.go @@ -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