From c06066fd882f0c605979172b9066775b4ae3b285 Mon Sep 17 00:00:00 2001 From: David Howden Date: Sun, 7 Jun 2015 13:01:12 +1000 Subject: [PATCH] Updated package godoc comment. --- tag.go | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/tag.go b/tag.go index b52610e..87c3f2b 100644 --- a/tag.go +++ b/tag.go @@ -2,7 +2,8 @@ // Use of this source code is governed by a BSD-style // license that can be found in the LICENSE file. -// Package tag provides basic MP3 (ID3v1,2.{2,3,4}) and MP4 metadata parsing. +// Package tag provides MP3 (ID3: v1, 2.2, 2.3 and 2.4), MP4, FLAC and OGG metadata parsing and +// artwork extraction. package tag import (