summaryrefslogtreecommitdiffhomepage
path: root/third_party/gvsync/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'third_party/gvsync/README.md')
-rw-r--r--third_party/gvsync/README.md3
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.