mirror of
https://github.com/golang/go.git
synced 2026-02-07 02:09:55 +00:00
internal/runtime/maps: remove redundant package docs
This CL removes redundant package docs comments under different files as all of them will be shown in pkgsite. As of now, package docs 'Package maps implements Go's builtin map type' appears 3 times in pkgsite. See: https://pkg.go.dev/internal/runtime/maps Change-Id: I2f0696dd4f860afea5cc346532bca59135bec798 Reviewed-on: https://go-review.googlesource.com/c/go/+/702135 Reviewed-by: Michael Pratt <mpratt@google.com> LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com> Reviewed-by: Mark Freeman <markfreeman@google.com>
This commit is contained in:
parent
de5d7eccb9
commit
2009e6c596
3 changed files with 0 additions and 3 deletions
|
|
@ -2,7 +2,6 @@
|
|||
// Use of this source code is governed by a BSD-style
|
||||
// license that can be found in the LICENSE file.
|
||||
|
||||
// Package maps implements Go's builtin map type.
|
||||
package maps_test
|
||||
|
||||
import (
|
||||
|
|
|
|||
|
|
@ -2,7 +2,6 @@
|
|||
// Use of this source code is governed by a BSD-style
|
||||
// license that can be found in the LICENSE file.
|
||||
|
||||
// Package maps implements Go's builtin map type.
|
||||
package maps
|
||||
|
||||
import (
|
||||
|
|
|
|||
|
|
@ -2,7 +2,6 @@
|
|||
// Use of this source code is governed by a BSD-style
|
||||
// license that can be found in the LICENSE file.
|
||||
|
||||
// Package maps implements Go's builtin map type.
|
||||
package maps
|
||||
|
||||
import (
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue