]> Cypherpunks repositories - gostls13.git/commit
cmd/dist: add doc file to fix go doc dist
authorAlberto Donizetti <alb.donizetti@gmail.com>
Thu, 10 Aug 2017 09:35:34 +0000 (11:35 +0200)
committerAlberto Donizetti <alb.donizetti@gmail.com>
Fri, 11 Aug 2017 18:00:53 +0000 (18:00 +0000)
commitadc28cb1e03d4fd3e4750cdcc6215976e3e250c9
tree3d3b0e196687e26c8fe35bcea64120f63691e701
parenta1eec645e101b26d53e7cc06b70a27d70cfac98b
cmd/dist: add doc file to fix go doc dist

$ go tool -h says:

  For more about each tool command, see 'go tool command -h'.

but it was suggested to change the suggestion to say:

  see 'go doc command'

In #18313.

That would work for every tool except dist, which has no doc.go.

This change adds a doc.go file to cmd/dist.

Updates #18313

Change-Id: If67a21934b87647a69359d9c14d8de3775c587b7
Reviewed-on: https://go-review.googlesource.com/54351
Run-TryBot: Alberto Donizetti <alb.donizetti@gmail.com>
TryBot-Result: Gobot Gobot <gobot@golang.org>
Reviewed-by: Ian Lance Taylor <iant@golang.org>
src/cmd/dist/doc.go [new file with mode: 0644]