]> Cypherpunks repositories - gostls13.git/commit
go/types: move to exp/types per Go 1 plan
authorRobert Griesemer <gri@golang.org>
Thu, 13 Oct 2011 22:41:48 +0000 (15:41 -0700)
committerRobert Griesemer <gri@golang.org>
Thu, 13 Oct 2011 22:41:48 +0000 (15:41 -0700)
commit29c2838cb476b57246137cf20153da7bda59547d
treee7855bdf0d05bc1719c614c162021e6f1bb2443d
parentf58ed4e64126b595efbde9df04e63c7ea2a4fbd6
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
13 files changed:
src/cmd/gotype/gotype.go
src/pkg/Makefile
src/pkg/exp/types/Makefile [moved from src/pkg/go/types/Makefile with 95% similarity]
src/pkg/exp/types/check.go [moved from src/pkg/go/types/check.go with 100% similarity]
src/pkg/exp/types/check_test.go [moved from src/pkg/go/types/check_test.go with 100% similarity]
src/pkg/exp/types/const.go [moved from src/pkg/go/types/const.go with 100% similarity]
src/pkg/exp/types/exportdata.go [moved from src/pkg/go/types/exportdata.go with 100% similarity]
src/pkg/exp/types/gcimporter.go [moved from src/pkg/go/types/gcimporter.go with 100% similarity]
src/pkg/exp/types/gcimporter_test.go [moved from src/pkg/go/types/gcimporter_test.go with 100% similarity]
src/pkg/exp/types/testdata/exports.go [moved from src/pkg/go/types/testdata/exports.go with 100% similarity]
src/pkg/exp/types/testdata/test0.src [moved from src/pkg/go/types/testdata/test0.src with 100% similarity]
src/pkg/exp/types/types.go [moved from src/pkg/go/types/types.go with 100% similarity]
src/pkg/exp/types/universe.go [moved from src/pkg/go/types/universe.go with 100% similarity]