audio: Move go2cpp -> internal/go2cpp

This commit is contained in:
Hajime Hoshi 2021-01-09 18:21:32 +09:00
parent 3579e1d0b7
commit 52942751f0
2 changed files with 1 additions and 1 deletions

View File

@ -18,7 +18,7 @@ import (
"io"
"syscall/js"
"github.com/hajimehoshi/ebiten/v2/audio/go2cpp"
"github.com/hajimehoshi/ebiten/v2/audio/internal/go2cpp"
)
func isReaderContextAvailable() bool {