diff options
Diffstat (limited to 'doc.go')
| -rw-r--r-- | doc.go | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -0,0 +1,2 @@ +// Package share provides data structures for concurrent programming that are safe to share between goroutines. +package share |