aboutsummaryrefslogtreecommitdiff
path: root/cmap
diff options
context:
space:
mode:
authorRunxi Yu <me@runxiyu.org>2025-01-03 17:37:50 +0800
committerRunxi Yu <me@runxiyu.org>2025-01-03 17:37:50 +0800
commitfa06fef319128adb428d2c3e9e11e8ce04d71a55 (patch)
treeb29dd4df49c17ea62c7016bf54a2e8a44c73f988 /cmap
parentLicense and README (diff)
downloadgo-lindenii-common-fa06fef319128adb428d2c3e9e11e8ce04d71a55.tar.gz
go-lindenii-common-fa06fef319128adb428d2c3e9e11e8ce04d71a55.tar.zst
go-lindenii-common-fa06fef319128adb428d2c3e9e11e8ce04d71a55.zip
Add package descriptions
Diffstat (limited to 'cmap')
-rw-r--r--cmap/map.go1
1 files changed, 1 insertions, 0 deletions
diff --git a/cmap/map.go b/cmap/map.go
index 658ca3d..be00165 100644
--- a/cmap/map.go
+++ b/cmap/map.go
@@ -5,6 +5,7 @@
// Use of this source code is governed by a BSD-style
// license that can be found in the LICENSE file.
+// Package cmap provides a generic Map safe for concurrent use.
package cmap
import (