examples/audio: Add comments

This commit is contained in:
Hajime Hoshi 2017-08-08 02:06:24 +09:00
parent 6377ee5006
commit 6b8ab59d1f

View File

@ -14,6 +14,9 @@
// +build example
// This example offers an audio player.
// See examples/wav for a simpler example to play a sound file.
package main
import (