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