diff options
| author | Sam Anthony <sam@samanthony.xyz> | 2024-08-17 23:12:01 -0400 |
|---|---|---|
| committer | Sam Anthony <sam@samanthony.xyz> | 2024-08-17 23:12:01 -0400 |
| commit | a769388f642257e293abe501e53c6cafef2fa29a (patch) | |
| tree | 8259624ae5753d77c7eacac29eb6fd0dd864bda0 /doc.go | |
| download | share-a769388f642257e293abe501e53c6cafef2fa29a.zip | |
package documentation
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 |