diff options
Diffstat (limited to 'pkg/sync/README.md')
-rw-r--r-- | pkg/sync/README.md | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/pkg/sync/README.md b/pkg/sync/README.md new file mode 100644 index 000000000..2183c4e20 --- /dev/null +++ b/pkg/sync/README.md @@ -0,0 +1,5 @@ +# Syncutil + +This package provides additional synchronization primitives not provided by the +Go stdlib 'sync' package. It is partially derived from the upstream 'sync' +package from go1.10. |