commit | 112230192c580c3556b8cee6403af37a4fc5f28c | [log] [tgz] |
---|---|---|
author | Jean de Klerk <deklerk@google.com> | Mon Apr 22 16:11:18 2019 -0600 |
committer | Brad Fitzpatrick <bradfitz@golang.org> | Tue Apr 23 02:48:10 2019 +0000 |
tree | ec228883925e61255191c53ce6d4a7f543800a7e | |
parent | 56d357773e8497dfd526f0727e187720d1093757 [diff] |
semaphore: better error message when releasing more than held Change-Id: Ibe69007b2d7565a33d9e64ae51142478f495509a Reviewed-on: https://go-review.googlesource.com/c/sync/+/173377 Reviewed-by: Brad Fitzpatrick <bradfitz@golang.org> Reviewed-by: Jonathan Amsterdam <jba@google.com> Run-TryBot: Brad Fitzpatrick <bradfitz@golang.org> TryBot-Result: Gobot Gobot <gobot@golang.org>
This repository provides Go concurrency primitives in addition to the ones provided by the language and “sync” and “sync/atomic” packages.
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
.
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.