aboutsummaryrefslogtreecommitdiff
path: root/go/ssa/interp/reflect.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/ssa/interp/reflect.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/ssa/interp/reflect.go')
-rw-r--r--go/ssa/interp/reflect.go4
1 files changed, 2 insertions, 2 deletions
diff --git a/go/ssa/interp/reflect.go b/go/ssa/interp/reflect.go
index 91a0b3015..051695cc9 100644
--- a/go/ssa/interp/reflect.go
+++ b/go/ssa/interp/reflect.go
@@ -16,8 +16,8 @@ import (
"reflect"
"unsafe"
- "code.google.com/p/go.tools/go/ssa"
- "code.google.com/p/go.tools/go/types"
+ "golang.org/x/tools/go/ssa"
+ "golang.org/x/tools/go/types"
)
type opaqueType struct {