exp/flac: add package comments to flac package

This commit is contained in:
Scott 2020-02-26 14:27:44 +10:30
parent ac21b7d808
commit 17cd602b7c
1 changed files with 2 additions and 0 deletions

View File

@ -24,6 +24,8 @@ LICENSE
You should have received a copy of the GNU General Public 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. 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 package flac
import ( import (