commit | 4f8578d2c095328e9192e9d0b0ea335c6ea3e9a5 | [log] [tgz] |
---|---|---|
author | Peter Collingbourne <pcc@google.com> | Thu Jan 08 18:32:51 2015 -0800 |
committer | Alan Donovan <adonovan@google.com> | Tue Jan 13 15:47:47 2015 +0000 |
tree | 45b918429a59045e1346de66d7e677f336cd4486 | |
parent | 230eaff9cf0f955a0ae49dc3c372ae3e960b732f [diff] [blame] |
astutil: move to go/ast/astutil Change-Id: I9a45bfc07613eb2210081d306d71f0a4d152eda5 Reviewed-on: https://go-review.googlesource.com/2592 Reviewed-by: Alan Donovan <adonovan@google.com>
diff --git a/refactor/satisfy/find.go b/refactor/satisfy/find.go index 2af37f1..9770a02 100644 --- a/refactor/satisfy/find.go +++ b/refactor/satisfy/find.go
@@ -49,7 +49,7 @@ "go/ast" "go/token" - "golang.org/x/tools/astutil" + "golang.org/x/tools/go/ast/astutil" "golang.org/x/tools/go/types" )