commit | 42b317875d0fa942474b76e1b46a6060d720ae6e | [log] [tgz] |
---|---|---|
author | Jean de Klerk <deklerk@google.com> | Wed Nov 07 16:20:06 2018 -0800 |
committer | Brad Fitzpatrick <bradfitz@golang.org> | Thu Nov 08 01:04:31 2018 +0000 |
tree | 0a707334e7c2b1fd06764301493a3d2a17f0097f | |
parent | 1d60e4601c6fd243af51cc01ddf169918a5407ca [diff] |
all: remove x/net/context in favour of context Change-Id: Idbfe40e7cb9f99ca3dc7d4c214de6b9e028eefb7 Reviewed-on: https://go-review.googlesource.com/c/148277 Reviewed-by: Brad Fitzpatrick <bradfitz@golang.org> 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.