aboutsummaryrefslogtreecommitdiff
path: root/playground
diff options
context:
space:
mode:
authorAndrew Gerrand <adg@golang.org>2014-11-10 08:50:40 +1100
committerAndrew Gerrand <adg@golang.org>2014-11-10 08:50:40 +1100
commit5ebbcd132f1e9c320204496eeeaac47007339543 (patch)
tree9b27b167abb368ea22603e4a2cd416edbba038dc /playground
parent3191bbae17db7ba9d176ba6a5c7cfb12a9b719b9 (diff)
downloadgolang-x-tools-5ebbcd132f1e9c320204496eeeaac47007339543.tar.gz
go.tools: use golang.org/x/... import paths
Rewrite performed with this command: sed -i '' 's_code.google.com/p/go\._golang.org/x/_g' \ $(grep -lr 'code.google.com/p/go.' *) LGTM=rsc R=rsc CC=golang-codereviews https://golang.org/cl/170920043
Diffstat (limited to 'playground')
-rw-r--r--playground/socket/socket.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/playground/socket/socket.go b/playground/socket/socket.go
index 9b4466498..fe1ac9ee0 100644
--- a/playground/socket/socket.go
+++ b/playground/socket/socket.go
@@ -35,7 +35,7 @@ import (
"time"
"unicode/utf8"
- "code.google.com/p/go.net/websocket"
+ "golang.org/x/net/websocket"
)
// RunScripts specifies whether the socket handler should execute shell scripts