From a769388f642257e293abe501e53c6cafef2fa29a Mon Sep 17 00:00:00 2001 From: Sam Anthony Date: Sat, 17 Aug 2024 23:12:01 -0400 Subject: package documentation --- doc.go | 2 ++ go.mod | 3 +++ 2 files changed, 5 insertions(+) create mode 100644 doc.go create mode 100644 go.mod diff --git a/doc.go b/doc.go new file mode 100644 index 0000000..9a323e9 --- /dev/null +++ b/doc.go @@ -0,0 +1,2 @@ +// Package share provides data structures for concurrent programming that are safe to share between goroutines. +package share diff --git a/go.mod b/go.mod new file mode 100644 index 0000000..47c5e42 --- /dev/null +++ b/go.mod @@ -0,0 +1,3 @@ +module git.samanthony.xyz/share + +go 1.22.4 -- cgit v1.2.3