diff options
Diffstat (limited to 'cmap/map.go')
-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 ( |