mirror of https://bitbucket.org/ausocean/av.git
exp/flac: add package comments to flac package
This commit is contained in:
parent
ac21b7d808
commit
17cd602b7c
|
@ -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 (
|
||||||
|
|
Loading…
Reference in New Issue