go/types: move to exp/types per Go 1 plan

This package is only used by gotype at the moment.

R=rsc, r
CC=golang-dev
https://golang.org/cl/5266042
This commit is contained in:
Robert Griesemer 2011-10-13 15:41:48 -07:00
parent f58ed4e641
commit 29c2838cb4
13 changed files with 3 additions and 3 deletions

View File

@ -5,13 +5,13 @@
package main
import (
"exp/types"
"flag"
"fmt"
"go/ast"
"go/parser"
"go/scanner"
"go/token"
"go/types"
"io/ioutil"
"os"
"path/filepath"

View File

@ -85,6 +85,7 @@ DIRS=\
exp/sql\
exp/sql/driver\
exp/template/html\
exp/types\
expvar\
flag\
fmt\
@ -95,7 +96,6 @@ DIRS=\
go/printer\
go/scanner\
go/token\
go/types\
gob\
hash\
hash/adler32\

View File

@ -4,7 +4,7 @@
include ../../../Make.inc
TARG=go/types
TARG=exp/types
GOFILES=\
check.go\
const.go\