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
|
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"
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
/*
|
/*
|
||||||
NAME
|
NAME
|
||||||
byte-scanner_test.go
|
bytescanner_test.go
|
||||||
|
|
||||||
DESCRIPTION
|
DESCRIPTION
|
||||||
See Readme.md
|
See Readme.md
|
||||||
|
|
Loading…
Reference in New Issue