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 (