From 39baffb63d4c961412f933f17002c5b8a5c28808 Mon Sep 17 00:00:00 2001 From: Neale Pickett Date: Tue, 24 Jul 2018 23:44:11 +0000 Subject: [PATCH] Remove superfluous doc.go --- doc.go | 9 --------- netshovel.go | 8 ++++++++ 2 files changed, 8 insertions(+), 9 deletions(-) delete mode 100644 doc.go diff --git a/doc.go b/doc.go deleted file mode 100644 index 4488308..0000000 --- a/doc.go +++ /dev/null @@ -1,9 +0,0 @@ -/* - -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 diff --git a/netshovel.go b/netshovel.go index 3eb26bd..c9b01ff 100644 --- a/netshovel.go +++ b/netshovel.go @@ -1,3 +1,11 @@ +/* + +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 import (