Skip to content

Commit 52432fc

Browse files
committed
test: Update to new import path.
1 parent 4fa2f19 commit 52432fc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/server.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@ import (
44
"go/build"
55
"time"
66

7-
"code.google.com/p/go.net/websocket"
87
"github.com/codegangsta/martini"
8+
"golang.org/x/net/websocket"
99
)
1010

1111
func main() {

0 commit comments

Comments
 (0)