]> Cypherpunks repositories - gostls13.git/commit
cmd/go: keep "go help" in unknown topic suggestion
authorJordi Martin <jordimartin@gmail.com>
Tue, 23 Jul 2019 18:27:06 +0000 (18:27 +0000)
committerBryan C. Mills <bcmills@google.com>
Tue, 23 Jul 2019 20:39:43 +0000 (20:39 +0000)
commit68e28998d7f094e70cef7ec0bef9fabfa9e17d07
tree0a0fcb35bedac07837e0e86b8c4bdb8f137e4e63
parente8c7e639ea6f4e2c66d8b17ca9283dba53667c9d
cmd/go: keep "go help" in unknown topic suggestion

Fixed missing concatenation to build the suggested command.

Fixes #33153

Change-Id: I26c02f2966247aa07d1447b8ec1a2203046842dd
GitHub-Last-Rev: 9631abf1d0d187cbd94495a2a789e5863b421441
GitHub-Pull-Request: golang/go#33245
Reviewed-on: https://go-review.googlesource.com/c/go/+/187217
Reviewed-by: Bryan C. Mills <bcmills@google.com>
Run-TryBot: Bryan C. Mills <bcmills@google.com>
TryBot-Result: Gobot Gobot <gobot@golang.org>
src/cmd/go/internal/help/help.go