audio/vorbis: Bug fix: decode.go shouldn't be compiled for JS

This commit is contained in:
Hajime Hoshi 2016-03-31 03:48:07 +09:00
parent ba2df59c3a
commit 07bc077f5b

View File

@ -12,6 +12,8 @@
// See the License for the specific language governing permissions and
// limitations under the License.
// +build !js
package vorbis
import (