Skip to content

Commit 3ae3378

Browse files
committed
Merge pull request #6 from albrow/latest-gopherjs
Change import statement back to gopherjs/jquery.
2 parents 986c101 + aff63b2 commit 3ae3378

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/test/index.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
package main
22

33
import (
4-
"github.com/albrow/jquery"
54
"github.com/gopherjs/gopherjs/js"
5+
"github.com/gopherjs/jquery"
66
QUnit "github.com/rusco/qunit"
77
"strconv"
88
"strings"

0 commit comments

Comments
 (0)