commit | ce4c2cf36ca66590d58a095f544974374ea9c33e | [log] [tgz] |
---|---|---|
author | Rhys Hiltner <rhys.hiltner@gmail.com> | Wed Apr 30 14:46:20 2025 -0700 |
committer | Gopher Robot <gobot@golang.org> | Mon May 05 18:34:37 2025 -0700 |
tree | 54b59f273b7619a27ab9132a1c612ee6a2f7651f | |
parent | 3e021d5edd363af9004506faf26077da17f0dde2 [diff] |
trace: re-enable Sync event test For golang/go#73558 Change-Id: I27bf3916b13af581c68921b3719c330ec4db9827 Reviewed-on: https://go-review.googlesource.com/c/exp/+/669259 Reviewed-by: Cherry Mui <cherryyz@google.com> LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com> Auto-Submit: Rhys Hiltner <rhys.hiltner@gmail.com> Reviewed-by: Carlos Amedee <carlos@golang.org>
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.