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 <suzmue@golang.org>
Reviewed-by: David Chase <drchase@google.com>
Auto-Submit: Suzy Mueller <suzmue@golang.org>
Reviewed-by: Suzy Mueller <suzmue@golang.org>
gopls-CI: kokoro <noreply+kokoro@google.com>
TryBot-Result: Gopher Robot <gobot@golang.org>
This commit is contained in:
Dan Kortschak 2023-02-07 20:25:08 +10:30 коммит произвёл Gopher Robot
Родитель 10a39ef32d
Коммит ebad375bab
1 изменённых файлов: 1 добавлений и 0 удалений

Просмотреть файл

@ -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 (