From d894a136987684c00ab02be91a831aa5004af5da Mon Sep 17 00:00:00 2001 From: Hajime Hoshi Date: Fri, 25 May 2018 01:59:50 +0900 Subject: [PATCH] web: Use gopherwasm --- internal/web/js.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/internal/web/js.go b/internal/web/js.go index b270635d7..b82720638 100644 --- a/internal/web/js.go +++ b/internal/web/js.go @@ -20,7 +20,7 @@ import ( "strings" "sync" - "github.com/gopherjs/gopherjs/js" + "github.com/hajimehoshi/gopherwasm/js" ) var (