]> Cypherpunks repositories - gostls13.git/commit
- don't call String method of AST nodes when converting them to text
authorRobert Griesemer <gri@golang.org>
Fri, 31 Jul 2009 02:39:47 +0000 (19:39 -0700)
committerRobert Griesemer <gri@golang.org>
Fri, 31 Jul 2009 02:39:47 +0000 (19:39 -0700)
commit9299ae461d14b2e7564fbd3d82b0ad16d4993ac8
tree4e83dc1ac1294f6917378602d5112ac67af1978d
parentc670dc450b82601305bd60f66ac7ee8320a50245
- don't call String method of AST nodes when converting them to text
- make token.Position.String more robust

TBR=rsc
DELTA=20  (10 added, 6 deleted, 4 changed)
OCL=32564
CL=32564
src/cmd/godoc/godoc.go
src/pkg/go/token/token.go