From 07bc077f5ba40b05ef3785e375f5adf624021ca5 Mon Sep 17 00:00:00 2001 From: Hajime Hoshi Date: Thu, 31 Mar 2016 03:48:07 +0900 Subject: [PATCH] audio/vorbis: Bug fix: decode.go shouldn't be compiled for JS --- exp/audio/vorbis/vorbis.go | 2 ++ 1 file changed, 2 insertions(+) diff --git a/exp/audio/vorbis/vorbis.go b/exp/audio/vorbis/vorbis.go index 6b3d4ca4c..7353f50eb 100644 --- a/exp/audio/vorbis/vorbis.go +++ b/exp/audio/vorbis/vorbis.go @@ -12,6 +12,8 @@ // See the License for the specific language governing permissions and // limitations under the License. +// +build !js + package vorbis import (