1
0
mirror of https://github.com/golang/go synced 2024-11-18 04:04:49 -07:00

gopls: add the link to the gopls/README.md

Change-Id: I6113ca988afa7a9d1dc0a865c6981400ac242c9d
Reviewed-on: https://go-review.googlesource.com/c/tools/+/217082
Reviewed-by: Ian Cottrell <iancottrell@google.com>
This commit is contained in:
Hana Kim 2020-01-30 15:20:19 -05:00 committed by Hyang-Ah Hana Kim
parent 49e540660c
commit 174f5c63c9

View File

@ -6,6 +6,9 @@
// 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.
package main // import "golang.org/x/tools/gopls"
import (