]> Cypherpunks repositories - gostls13.git/commit
cmd/vet: isolate the type checking code into a separate file
authorRob Pike <r@golang.org>
Wed, 6 Mar 2013 20:49:56 +0000 (12:49 -0800)
committerRob Pike <r@golang.org>
Wed, 6 Mar 2013 20:49:56 +0000 (12:49 -0800)
commit0ed517e5e68813581de8f6a7e94211d82ff36dd2
treeff5f4616f1f4bb67a140da1733ce246c1d0f918b
parent7610a0552fcd5ef3ed75c0e931275d2e7cdb9eaf
cmd/vet: isolate the type checking code into a separate file
We can enable/disable type checking with a build tag.
Should simplify cutting the go1.1 distribution free of go/types.

R=golang-dev, rsc
CC=golang-dev
https://golang.org/cl/7482045
src/cmd/vet/Makefile
src/cmd/vet/main.go
src/cmd/vet/print.go
src/cmd/vet/taglit.go
src/cmd/vet/types.go [new file with mode: 0644]
src/cmd/vet/typestub.go [new file with mode: 0644]