aboutsummaryrefslogtreecommitdiff
path: root/src/internal/runtime/maps/table_debug.go
diff options
context:
space:
mode:
authorxieyuschen <xieyuschen@gmail.com>2025-09-09 23:08:11 +0800
committerMichael Pratt <mpratt@google.com>2025-09-10 17:40:53 -0700
commit2009e6c596551673ebb12050daa30171171cb432 (patch)
treebfb07e2216158ede83bb3020daec5c5851084d00 /src/internal/runtime/maps/table_debug.go
parentde5d7eccb99088e3ab42c0d907da6852d8f9cebe (diff)
downloadgo-2009e6c596551673ebb12050daa30171171cb432.tar.xz
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>
Diffstat (limited to 'src/internal/runtime/maps/table_debug.go')
-rw-r--r--src/internal/runtime/maps/table_debug.go1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/internal/runtime/maps/table_debug.go b/src/internal/runtime/maps/table_debug.go
index d7226251b0..d680a4b222 100644
--- a/src/internal/runtime/maps/table_debug.go
+++ b/src/internal/runtime/maps/table_debug.go
@@ -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 (