Remove superfluous doc.go

This commit is contained in:
Neale Pickett 2018-07-24 23:44:11 +00:00
parent 9a26f1516c
commit 39baffb63d
2 changed files with 8 additions and 9 deletions

9
doc.go
View File

@ -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

View File

@ -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 (