Fixed godoc

This commit is contained in:
David Howden
2015-04-27 22:53:37 +10:00
parent 48793f15b7
commit 4b3edce02f
+1 -1
View File
@@ -128,7 +128,7 @@ func SumID3v1(r io.ReadSeeker) (string, error) {
return sum(b[:len(b)-128]), nil
}
// SumID3v2 constructs a hash of MP3 audio file data (assumed to have ID3v2 tags) provided by the
// SumID3v2 constructs a checksum of MP3 audio file data (assumed to have ID3v2 tags) provided by the
// io.ReadSeeker which is metadata invariant.
func SumID3v2(r io.ReadSeeker) (string, error) {
_, err := r.Seek(0, os.SEEK_SET)