Fix typo of Syncutil to sync on sync packages README

Signed-off-by: Koichi Shiraishi <zchee.io@gmail.com>
This commit is contained in:
Koichi Shiraishi
2021-04-28 02:24:14 +09:00
parent 5b207fe783
commit f43130764b
+1 -1
View File
@@ -1,4 +1,4 @@
# Syncutil
# sync
This package provides additional synchronization primitives not provided by the
Go stdlib 'sync' package. It is partially derived from the upstream 'sync'