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

View File

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