]> Cypherpunks repositories - gostls13.git/commit
cmd/doc: allow -all to apply to individual items
authorRob Pike <r@golang.org>
Wed, 24 Oct 2018 02:33:14 +0000 (13:33 +1100)
committerRob Pike <r@golang.org>
Wed, 31 Oct 2018 00:33:31 +0000 (00:33 +0000)
commit84b96c21bf226e80e46d5c22c5e42815bb392af3
tree2ab4926b2933d51d7c4420556a7bdaa6687552ca
parentfaafcc606e9b2e19bd8d9829aa55603cb291b1a1
cmd/doc: allow -all to apply to individual items

It really only matters for types, and the code already worked but was
blocked by a usage check.

Fixes #25595

Change-Id: I823f313b682b37616ea555aee079e2fe39f914c2
Reviewed-on: https://go-review.googlesource.com/c/144357
Reviewed-by: Ian Lance Taylor <iant@golang.org>
src/cmd/doc/doc_test.go
src/cmd/doc/main.go