]> Cypherpunks repositories - gostls13.git/commit
cmd/doc: print BUGs after package docs
authorRob Pike <r@golang.org>
Mon, 11 May 2015 20:31:05 +0000 (13:31 -0700)
committerRob Pike <r@golang.org>
Wed, 13 May 2015 21:07:16 +0000 (21:07 +0000)
commit1e26df40fa2ee41da971338ab25299e27a221704
treea1646a99492ecda11b4e86d6752cdfb991b530cd
parent6f2c0f1585e50bf2d8bcc11058373e38f5321227
cmd/doc: print BUGs after package docs

Was otherwise absent unless bound to an exported symbol,
as in the BUG with strings.Title.

Fixes #10781.

Change-Id: I1543137073a9dee9e546bc9d648ca54fc9632dde
Reviewed-on: https://go-review.googlesource.com/9899
Reviewed-by: Russ Cox <rsc@golang.org>
src/cmd/doc/pkg.go