]> Cypherpunks repositories - gostls13.git/commit
gotype: commandline tool to typecheck go programs
authorRobert Griesemer <gri@golang.org>
Fri, 11 Mar 2011 18:27:25 +0000 (10:27 -0800)
committerRobert Griesemer <gri@golang.org>
Fri, 11 Mar 2011 18:27:25 +0000 (10:27 -0800)
commitdbff0adaa784ef0f8221e2f999691221c21d29f9
treed4f01652bcaab0be7fa2b22aeb48109fc5e0245c
parent9554e67188f222c8cf45b7521c8e5830881e4aff
gotype: commandline tool to typecheck go programs

First version. Handles scope analysis only at the
moment.

R=rsc, r, eds
CC=golang-dev
https://golang.org/cl/4259065
src/cmd/Makefile
src/cmd/gotype/Makefile [new file with mode: 0644]
src/cmd/gotype/doc.go [new file with mode: 0644]
src/cmd/gotype/gotype.go [new file with mode: 0644]
src/pkg/Makefile