Tidy up visibility of internal-only types.

This commit is contained in:
David Howden
2015-06-28 12:40:49 +10:00
parent 6af476df94
commit cc382c48de
3 changed files with 25 additions and 25 deletions
+1 -1
View File
@@ -42,7 +42,7 @@ var frames = frameNames(map[string][2]string{
// metadataID3v2 is the implementation of Metadata used for ID3v2 tags.
type metadataID3v2 struct {
header *ID3v2Header
header *id3v2Header
frames map[string]interface{}
}