Fixed godoc
This commit is contained in:
parent
48793f15b7
commit
4b3edce02f
2
sum.go
2
sum.go
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user