mirror of
https://github.com/golang/go
synced 2024-11-12 03:40:21 -07:00
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:
parent
f58ed4e641
commit
29c2838cb4
@ -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\
|
Loading…
Reference in New Issue
Block a user