From e1c06e4683d281553e101157fba544737ca7f517 Mon Sep 17 00:00:00 2001 From: Russ Cox Date: Fri, 8 Jan 2021 12:59:44 -0500 Subject: [PATCH] gopls: use standard command doc comment format "Cmd" not "The cmd command". While we're here, add pronounciation and link directly to the docs (README.md) instead of a commit directory listing. Change-Id: I1ea8d9bfa371a4d8422dfd0586de40fdba26999b Reviewed-on: https://go-review.googlesource.com/c/tools/+/282652 Trust: Russ Cox Run-TryBot: Russ Cox Reviewed-by: Rebecca Stambler gopls-CI: kokoro --- gopls/main.go | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/gopls/main.go b/gopls/main.go index 0de65316fa..2e099e7e82 100644 --- a/gopls/main.go +++ b/gopls/main.go @@ -2,13 +2,13 @@ // Use of this source code is governed by a BSD-style // license that can be found in the LICENSE file. -// The gopls command is an LSP server for Go. +// Gopls (pronounced “go please”) is an LSP server for Go. // The Language Server Protocol allows any text editor // to be extended with IDE-like features; // see https://langserver.org/ for details. // -// See https://github.com/golang/tools/tree/master/gopls -// for the most up-to-date information on the gopls status. +// See https://github.com/golang/tools/blob/master/gopls/README.md +// for the most up-to-date documentation. package main // import "golang.org/x/tools/gopls" import (