codec/codecutil: fixed file names in file headers and add package comment.

This commit is contained in:
Saxon 2019-05-10 14:39:47 +09:30
parent ae8ced3a19
commit 83c0a1464f
2 changed files with 3 additions and 2 deletions

View File

@ -1,6 +1,6 @@
/*
NAME
byte-scanner.go
bytescanner.go
AUTHOR
Dan Kortschak <dan@ausocean.org>
@ -22,6 +22,7 @@ LICENSE
in gpl.txt. If not, see http://www.gnu.org/licenses.
*/
// Package bytescan implements a byte-level scanner.
package bytescan
import "io"

View File

@ -1,6 +1,6 @@
/*
NAME
byte-scanner_test.go
bytescanner_test.go
DESCRIPTION
See Readme.md