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 @@
package main
import (
"exp/types"
"flag"
"fmt"
"go/ast"
"go/parser"
"go/scanner"
"go/token"
"go/types"
"io/ioutil"
"os"
"path/filepath"
......
......@@ -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\
......
......@@ -4,7 +4,7 @@
include ../../../Make.inc
TARG=go/types
TARG=exp/types
GOFILES=\
check.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