1
0
mirror of https://github.com/golang/go synced 2024-09-30 14:18:32 -06:00

internal/lsp/cmd: remove unnecessary message from help

remove "goplsgoplsserve" from before the main commands output.

Change-Id: Ib41376d4ad4b601650730f053682868408617c4d
Reviewed-on: https://go-review.googlesource.com/c/tools/+/212577
Reviewed-by: Rebecca Stambler <rstambler@golang.org>
Run-TryBot: Rebecca Stambler <rstambler@golang.org>
TryBot-Result: Gobot Gobot <gobot@golang.org>
This commit is contained in:
Koichi Shiraishi 2019-12-26 04:51:36 +09:00 committed by Rebecca Stambler
parent 065ed046f1
commit 819aba5d6d

View File

@ -106,7 +106,7 @@ language features. When no command is specified, gopls will default to the 'serv
command. The language features can also be accessed via the gopls command-line interface.
Available commands are:
`, app.Name(), app.Name(), app.Serve.Name())
`)
fmt.Fprint(f.Output(), `
main:
`)