]> Cypherpunks repositories - gostls13.git/commit
go/doc: treat _ consts as exported
authorJosh Bleecher Snyder <josharian@gmail.com>
Thu, 18 Sep 2014 22:43:06 +0000 (15:43 -0700)
committerJosh Bleecher Snyder <josharian@gmail.com>
Thu, 18 Sep 2014 22:43:06 +0000 (15:43 -0700)
commit2b59c9d3520ce6b1e54cc25c7bf95ea010bf46c9
treea012de86c688331ced469c931548eb3ef1c06edb
parent45143aeca47da4595367e9ab0f1d0194f7847a96
go/doc: treat _ consts as exported

Fixes #5397.

LGTM=adg
R=gri, adg
CC=golang-codereviews, rsc
https://golang.org/cl/144110044
src/go/doc/exports.go
src/go/doc/testdata/blank.0.golden [new file with mode: 0644]
src/go/doc/testdata/blank.1.golden [new file with mode: 0644]
src/go/doc/testdata/blank.2.golden [new file with mode: 0644]
src/go/doc/testdata/blank.go [new file with mode: 0644]