Commit 29c2838c authored by Robert Griesemer's avatar Robert Griesemer

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
parent f58ed4e6
...@@ -5,13 +5,13 @@ ...@@ -5,13 +5,13 @@
package main package main
import ( import (
"exp/types"
"flag" "flag"
"fmt" "fmt"
"go/ast" "go/ast"
"go/parser" "go/parser"
"go/scanner" "go/scanner"
"go/token" "go/token"
"go/types"
"io/ioutil" "io/ioutil"
"os" "os"
"path/filepath" "path/filepath"
......
...@@ -85,6 +85,7 @@ DIRS=\ ...@@ -85,6 +85,7 @@ DIRS=\
exp/sql\ exp/sql\
exp/sql/driver\ exp/sql/driver\
exp/template/html\ exp/template/html\
exp/types\
expvar\ expvar\
flag\ flag\
fmt\ fmt\
...@@ -95,7 +96,6 @@ DIRS=\ ...@@ -95,7 +96,6 @@ DIRS=\
go/printer\ go/printer\
go/scanner\ go/scanner\
go/token\ go/token\
go/types\
gob\ gob\
hash\ hash\
hash/adler32\ hash/adler32\
......
...@@ -4,7 +4,7 @@ ...@@ -4,7 +4,7 @@
include ../../../Make.inc include ../../../Make.inc
TARG=go/types TARG=exp/types
GOFILES=\ GOFILES=\
check.go\ check.go\
const.go\ const.go\
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment