зеркало из https://github.com/golang/tools.git
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:
Родитель
ebad375bab
Коммит
1ace7dbcb0
|
@ -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,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 (
|
||||
|
|
Загрузка…
Ссылка в новой задаче