diff options
author | Runxi Yu <me@runxiyu.org> | 2025-01-03 17:37:50 +0800 |
---|---|---|
committer | Runxi Yu <me@runxiyu.org> | 2025-01-03 17:37:50 +0800 |
commit | fa06fef319128adb428d2c3e9e11e8ce04d71a55 (patch) | |
tree | b29dd4df49c17ea62c7016bf54a2e8a44c73f988 /cmap/map.go | |
parent | License and README (diff) | |
download | go-lindenii-common-fa06fef319128adb428d2c3e9e11e8ce04d71a55.tar.gz go-lindenii-common-fa06fef319128adb428d2c3e9e11e8ce04d71a55.tar.zst go-lindenii-common-fa06fef319128adb428d2c3e9e11e8ce04d71a55.zip |
Add package descriptions
Diffstat (limited to '')
-rw-r--r-- | cmap/map.go | 1 |
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 ( |