aboutsummaryrefslogtreecommitdiff
path: root/src/runtime/testdata
diff options
context:
space:
mode:
authorLarz Conwell <larzconwell@gmail.com>2016-03-12 02:57:24 -0500
committerRuss Cox <rsc@golang.org>2016-10-06 00:35:30 +0000
commit5fd6bb4c14b395bc413f281987225b57ae5fe67c (patch)
treefadbcf40d2cff3dcb8f331017cccf2b96085a5bb /src/runtime/testdata
parenteee727d0855b9e78f9df87e08d57b1d7f264876c (diff)
downloadgo-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