mirror of
https://github.com/golang/go.git
synced 2025-11-09 13:11:03 +00:00
undo CL 169000043 / 05b838013df9
This was a mistake. The cmd/api tool depends on an old version of go/types. ««« original CL description cmd/api: use golang.org/x/... import paths LGTM=bradfitz, rsc R=rsc, bradfitz CC=golang-codereviews https://golang.org/cl/169000043 »»» TBR=rsc, bradfitz R=bradfitz, rsc CC=golang-codereviews https://golang.org/cl/169320043
This commit is contained in:
parent
9a571deed6
commit
b53bdd496c
2 changed files with 4 additions and 4 deletions
|
|
@ -27,7 +27,7 @@ import (
|
|||
"sort"
|
||||
"strings"
|
||||
|
||||
"golang.org/x/tools/go/types"
|
||||
"code.google.com/p/go.tools/go/types"
|
||||
)
|
||||
|
||||
// Flags
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue