go,gopls: remove license from package doc comments

Inspired by http://go.dev/cl/465995, add a blank line between
license and package statement to avoid the license appearing
in the package doc comment.

Change-Id: I867e0729ca1fdc1bcee34964954549e5c92f2b31
Reviewed-on: https://go-review.googlesource.com/c/tools/+/466215
TryBot-Result: Gopher Robot <gobot@golang.org>
gopls-CI: kokoro <noreply+kokoro@google.com>
Reviewed-by: Robert Findley <rfindley@google.com>
Run-TryBot: Suzy Mueller <suzmue@golang.org>
This commit is contained in:
Suzy Mueller 2023-02-07 15:25:24 -07:00
Родитель ebad375bab
Коммит 1ace7dbcb0
3 изменённых файлов: 3 добавлений и 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 ifaceassert
import (

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

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

1
gopls/internal/lsp/cache/os_windows.go поставляемый
Просмотреть файл

@ -1,6 +1,7 @@
// Copyright 2020 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 cache
import (