commit | 0dc655b383822be1515be54142b5ea9e7f6fe9f2 | [log] [tgz] |
---|---|---|
author | Ian Cottrell <iancottrell@google.com> | Wed Jun 16 14:31:40 2021 -0400 |
committer | Ian Cottrell <iancottrell@google.com> | Thu Jun 17 01:28:16 2021 +0000 |
tree | 71e057e6720ce64ba78649a2179bddcf8ae09bed | |
parent | acb5c12696714de8d6debeb06efb95403f2c6e0f [diff] |
event: add a benchmark with namespace capturing turned on Change-Id: Id4a759362bbfb2d61654d4f97cd31943a6887cfd Reviewed-on: https://go-review.googlesource.com/c/exp/+/328789 Trust: Ian Cottrell <iancottrell@google.com> Run-TryBot: Ian Cottrell <iancottrell@google.com> TryBot-Result: Go Bot <gobot@golang.org> Reviewed-by: Jonathan Amsterdam <jba@google.com>
This subrepository holds experimental and deprecated (in the old
directory) packages.
The idea for this subrepository originated as the pkg/exp
directory of the main repository, but its presence there made it unavailable to users of the binary downloads of the Go installation. The subrepository has therefore been created to make it possible to go get
these packages.
Warning: Packages here are experimental and unreliable. Some may one day be promoted to the main repository or other subrepository, or they may be modified arbitrarily or even disappear altogether.
In short, code in this subrepository is not subject to the Go 1 compatibility promise. (No subrepo is, but the promise is even more likely to be violated by go.exp than the others.)
Caveat emptor.