aboutsummaryrefslogtreecommitdiff
path: root/container
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 /container
parent3191bbae17db7ba9d176ba6a5c7cfb12a9b719b9 (diff)
downloadtools-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 'container')
-rw-r--r--container/intsets/sparse_test.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/container/intsets/sparse_test.go b/container/intsets/sparse_test.go
index 727e167..a00cbb3 100644
--- a/container/intsets/sparse_test.go
+++ b/container/intsets/sparse_test.go
@@ -12,7 +12,7 @@ import (
"strings"
"testing"
- "code.google.com/p/go.tools/container/intsets"
+ "golang.org/x/tools/container/intsets"
)
func TestBasics(t *testing.T) {