]> Cypherpunks repositories - gostls13.git/commit
godoc: show "unexported" declarations when executing "godoc builtin"
authorRobert Griesemer <gri@golang.org>
Fri, 7 Oct 2011 19:45:19 +0000 (12:45 -0700)
committerRobert Griesemer <gri@golang.org>
Fri, 7 Oct 2011 19:45:19 +0000 (12:45 -0700)
commitf566fca2b3fb4d1c3e7a11084486d9067814910d
tree2ca70604f1749ac50eaf092bb3e79f94f1ff9cd1
parent39b6fb7a19ff6384a55fdec25e1a816817b8b7ed
godoc: show "unexported" declarations when executing "godoc builtin"

Was never working correctly when executing from the command-line.

R=r
CC=golang-dev
https://golang.org/cl/5236042
src/cmd/godoc/godoc.go
src/cmd/godoc/main.go