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:
Andrew Gerrand 2014-11-10 09:46:27 +11:00
parent 9a571deed6
commit b53bdd496c
2 changed files with 4 additions and 4 deletions

View file

@ -27,7 +27,7 @@ import (
"sort"
"strings"
"golang.org/x/tools/go/types"
"code.google.com/p/go.tools/go/types"
)
// Flags