From 174f5c63c9f5907791855012c7d0a5b2d03879f5 Mon Sep 17 00:00:00 2001 From: Hana Kim Date: Thu, 30 Jan 2020 15:20:19 -0500 Subject: [PATCH] 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 --- gopls/main.go | 3 +++ 1 file changed, 3 insertions(+) diff --git a/gopls/main.go b/gopls/main.go index 0b4d889918..0de65316fa 100644 --- a/gopls/main.go +++ b/gopls/main.go @@ -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 (