No description
Find a file
Bryan C. Mills 316e794f7b sync: delete dummy builders_test file
The builders should be happy building errgroup instead now.

Change-Id: I99f549032f771e067b5f7780eba1cc6e91bbdfa5
Reviewed-on: https://go-review.googlesource.com/24962
Run-TryBot: Bryan Mills <bcmills@google.com>
TryBot-Result: Gobot Gobot <gobot@golang.org>
Reviewed-by: Brad Fitzpatrick <bradfitz@golang.org>
2016-07-15 19:05:49 +00:00
errgroup errgroup: fix build errors in errgroup_test 2016-07-15 18:40:41 +00:00
AUTHORS initial commit 2015-10-30 14:31:46 +11:00
CONTRIBUTING.md initial commit 2015-10-30 14:31:46 +11:00
CONTRIBUTORS initial commit 2015-10-30 14:31:46 +11:00
LICENSE initial commit 2015-10-30 14:31:46 +11:00
PATENTS initial commit 2015-10-30 14:31:46 +11:00
README initial commit 2015-10-30 14:31:46 +11:00

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