]> Cypherpunks repositories - gostls13.git/commitdiff
internal/runtime/maps: remove redundant package docs
authorxieyuschen <xieyuschen@gmail.com>
Tue, 9 Sep 2025 15:08:11 +0000 (23:08 +0800)
committerMichael Pratt <mpratt@google.com>
Thu, 11 Sep 2025 00:40:53 +0000 (17:40 -0700)
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>
src/internal/runtime/maps/fuzz_test.go
src/internal/runtime/maps/table.go
src/internal/runtime/maps/table_debug.go

index f3f33773dbb2969586c1a604d73553ec3fff0c40..07a7d0380a6b0874cdcc4e4b123810d370dd24f3 100644 (file)
@@ -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 (
index 0535be0fc1a9a11920f3ed49dc60cc7114102b8c..73ea76766bad0f2e3737c398c8ee8ae011e26252 100644 (file)
@@ -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 (
index d7226251b0562aa7e8d248e1aa77f15acd15f9fe..d680a4b22226075a281038c3870e8307db3fbfa3 100644 (file)
@@ -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 (