From bda3a1fa8b0d908511d7bbbf6e1cde66d8723511 Mon Sep 17 00:00:00 2001 From: David Howden Date: Sun, 28 Jun 2015 11:25:07 +1000 Subject: [PATCH] Fixed package doc comment --- tag.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tag.go b/tag.go index ab9745c..1186725 100644 --- a/tag.go +++ b/tag.go @@ -4,7 +4,7 @@ // Package tag provides MP3 (ID3: v1, 2.2, 2.3 and 2.4), MP4, FLAC and OGG metadata detection, // parsing and artwork extraction. - +// // Detect and parse tag metadata from an io.ReadSeeker (i.e. an *os.File): // m, err := tag.ReadFrom(f) // if err != nil {