From ebad375bab94c682db69281cfb1e334f3f027d53 Mon Sep 17 00:00:00 2001 From: Dan Kortschak Date: Tue, 7 Feb 2023 20:25:08 +1030 Subject: [PATCH] gopls/internal/lsp/protocol: prevent license rendering in godoc Change-Id: I6de75a869ee1b210c692ef47e3c672589f76337c Reviewed-on: https://go-review.googlesource.com/c/tools/+/465995 Run-TryBot: Suzy Mueller Reviewed-by: David Chase Auto-Submit: Suzy Mueller Reviewed-by: Suzy Mueller gopls-CI: kokoro TryBot-Result: Gopher Robot --- gopls/internal/lsp/protocol/tsdocument_changes.go | 1 + 1 file changed, 1 insertion(+) diff --git a/gopls/internal/lsp/protocol/tsdocument_changes.go b/gopls/internal/lsp/protocol/tsdocument_changes.go index 7296a151ac2..2c7a524e178 100644 --- a/gopls/internal/lsp/protocol/tsdocument_changes.go +++ b/gopls/internal/lsp/protocol/tsdocument_changes.go @@ -1,6 +1,7 @@ // Copyright 2022 The Go Authors. All rights reserved. // Use of this source code is governed by a BSD-style // license that can be found in the LICENSE file. + package protocol import (