moby--moby/vendor/golang.org/x/sync
Akihiro Suda 9a82a9a8ea vendor containerd, BuildKit, protobuf, grpc, and golang.org/x
Signed-off-by: Akihiro Suda <akihiro.suda.cz@hco.ntt.co.jp>
2020-03-03 10:25:20 +09:00
..
errgroup bump golang.org/x/sync e225da77a7e68af35c70ccbf71af2b83e6acac3c 2019-04-10 00:16:47 +02:00
semaphore vendor containerd, BuildKit, protobuf, grpc, and golang.org/x 2020-03-03 10:25:20 +09:00
syncmap vendor containerd, BuildKit, protobuf, grpc, and golang.org/x 2020-03-03 10:25:20 +09:00
LICENSE
PATENTS
README.md Update libnetwork with fixes for duplicate IP addresses 2018-03-14 16:31:27 +01:00
go.mod bump vndr to f5ab8fc5f, and revendor 2019-06-28 18:13:17 +00:00

README.md

Go Sync

This repository provides Go concurrency primitives in addition to the ones provided by the language and "sync" and "sync/atomic" packages.

Download/Install

The easiest way to install is to run go get -u golang.org/x/sync. You can also manually git clone the repository to $GOPATH/src/golang.org/x/sync.

Report Issues / Send Patches

This repository uses Gerrit for code changes. To learn how to submit changes to this repository, see https://golang.org/doc/contribute.html.

The main issue tracker for the sync repository is located at https://github.com/golang/go/issues. Prefix your issue with "x/sync:" in the subject line, so it is easy to find.