From 2aa79e0aa491831a6a018e7ba418dec45b70b807 Mon Sep 17 00:00:00 2001 From: Hajime Hoshi Date: Wed, 1 May 2019 17:48:37 +0900 Subject: [PATCH] audio/vorbis/internal/stb: Bug fix: Make the package buildable only under 'js' environment Building `syscall/js` itself can be done only under 'js' environment. See also https://travis-ci.org/hajimehoshi/ebiten/builds/526786060 --- audio/vorbis/internal/stb/{decode.go => decode_js.go} | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename audio/vorbis/internal/stb/{decode.go => decode_js.go} (100%) diff --git a/audio/vorbis/internal/stb/decode.go b/audio/vorbis/internal/stb/decode_js.go similarity index 100% rename from audio/vorbis/internal/stb/decode.go rename to audio/vorbis/internal/stb/decode_js.go