mirror of https://bitbucket.org/ausocean/av.git
codec/codecutil: fixed file names in file headers and add package comment.
This commit is contained in:
parent
ae8ced3a19
commit
83c0a1464f
|
@ -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"
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
/*
|
||||
NAME
|
||||
byte-scanner_test.go
|
||||
bytescanner_test.go
|
||||
|
||||
DESCRIPTION
|
||||
See Readme.md
|
||||
|
|
Loading…
Reference in New Issue