clock: Use gopherwasm

This commit is contained in:
Hajime Hoshi 2018-05-25 01:14:20 +09:00
parent 4c5613d73c
commit 2ec075004a

View File

@ -19,7 +19,7 @@ package clock
import (
"time"
"github.com/gopherjs/gopherjs/js"
"github.com/hajimehoshi/gopherwasm/js"
)
func now() int64 {