fix const declarations

This commit is contained in:
David Howden
2018-04-02 08:17:25 +10:00
parent 3fc65dddfc
commit 964345f10f
2 changed files with 8 additions and 8 deletions
+1 -1
View File
@@ -12,7 +12,7 @@ import (
const (
idType int = 1
commentType = 3
commentType int = 3
)
// ReadOGGTags reads OGG metadata from the io.ReadSeeker, returning the resulting