diff options
| author | Larz Conwell <larzconwell@gmail.com> | 2016-03-12 02:57:24 -0500 |
|---|---|---|
| committer | Russ Cox <rsc@golang.org> | 2016-10-06 00:35:30 +0000 |
| commit | 5fd6bb4c14b395bc413f281987225b57ae5fe67c (patch) | |
| tree | fadbcf40d2cff3dcb8f331017cccf2b96085a5bb /src/runtime/testdata | |
| parent | eee727d0855b9e78f9df87e08d57b1d7f264876c (diff) | |
| download | go-5fd6bb4c14b395bc413f281987225b57ae5fe67c.tar.xz | |
go/doc: hide methods on locally-declared predeclared types
Currently if you declare a type overwriting a predeclared type
and export methods on it they will be exposed in godoc, even
though the type itself is not exported. This corrects that
by making all methods on these types hidden, since that's
the expected output.
Fixes #9860
Change-Id: I14037bdcef1b4bbefcf299a143bac8bf363718e0
Reviewed-on: https://go-review.googlesource.com/20610
Reviewed-by: Russ Cox <rsc@golang.org>
Diffstat (limited to 'src/runtime/testdata')
0 files changed, 0 insertions, 0 deletions
