]> Cypherpunks repositories - gostls13.git/commit
gotype: provide -comments flag
authorRobert Griesemer <gri@golang.org>
Tue, 28 Feb 2012 05:35:26 +0000 (21:35 -0800)
committerRobert Griesemer <gri@golang.org>
Tue, 28 Feb 2012 05:35:26 +0000 (21:35 -0800)
commite952e241ae2f8b33fe60da7640c90afbf0f4307f
tree9f6e7e26b64d3251072c48ac768f4131d0d77c77
parent64bc38eb854b860342031d98eb8788eea1f69815
gotype: provide -comments flag

When debugging ASTs, it's useful to also
see the comments on occasion. Usage:

gotype -ast -comments file.go

R=golang-dev, r
CC=golang-dev
https://golang.org/cl/5703043
src/pkg/exp/gotype/doc.go
src/pkg/exp/gotype/gotype.go