]> Cypherpunks repositories - gostls13.git/commit
gotype: clean handling of stdin, added tests
authorRobert Griesemer <gri@golang.org>
Sat, 12 Mar 2011 00:15:33 +0000 (16:15 -0800)
committerRobert Griesemer <gri@golang.org>
Sat, 12 Mar 2011 00:15:33 +0000 (16:15 -0800)
commitc734b50b11c6d9e46856c51870dc4bee94b8f18c
tree3bacc8244b2cfc837646f70ff590c102a6a71d2d
parent86e35a96a71ea734bb0e47d618193ca6b429f8ce
gotype: clean handling of stdin, added tests

- removed uses of global variables
- minor cleanups

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