diff --git a/exp/flac/decode.go b/exp/flac/decode.go index 34d42057..903c358d 100644 --- a/exp/flac/decode.go +++ b/exp/flac/decode.go @@ -24,6 +24,8 @@ LICENSE You should have received a copy of the GNU General Public License along with revid in gpl.txt. If not, see http://www.gnu.org/licenses. */ + +// Package flac provides functionality for the decoding of FLAC compressed audio. package flac import (