aboutsummaryrefslogtreecommitdiff
path: root/go/pointer/callgraph.go
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 /go/pointer/callgraph.go
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 'go/pointer/callgraph.go')
-rw-r--r--go/pointer/callgraph.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/go/pointer/callgraph.go b/go/pointer/callgraph.go
index 67062919f..48e152e4a 100644
--- a/go/pointer/callgraph.go
+++ b/go/pointer/callgraph.go
@@ -10,7 +10,7 @@ import (
"fmt"
"go/token"
- "code.google.com/p/go.tools/go/ssa"
+ "golang.org/x/tools/go/ssa"
)
type cgnode struct {