diff options
| -rw-r--r-- | doc.go | 2 | ||||
| -rw-r--r-- | go.mod | 3 |
2 files changed, 5 insertions, 0 deletions
@@ -0,0 +1,2 @@ +// Package share provides data structures for concurrent programming that are safe to share between goroutines. +package share @@ -0,0 +1,3 @@ +module git.samanthony.xyz/share + +go 1.22.4 |