commit | b6e5de432a8b20edc48804f98ea3f5747ed9046b | [log] [tgz] |
---|---|---|
author | Carlos Amedee <carlos@golang.org> | Thu May 29 14:43:29 2025 -0400 |
committer | Carlos Amedee <carlos@golang.org> | Fri May 30 18:04:27 2025 -0700 |
tree | da4aeecb77b596fa3186cd14badbd5acc0d4a8ec | |
parent | 65e920069ea658c65deaa52215a7eb79190715cf [diff] |
trace: regenerate to include CL 677695 This change pulls in the changes to the internal/trace package from the go repository at commit a8e99ab19cbf8568cb452b899d0ed3f0d65848c5. It makes necessary changes that account for the inclusion of the flight recorder into the go repository. For golang/go#63185 For golang/go#69869 Change-Id: Ia92d2b33eceb9544f0b52827b85b2c5de6f04477 Reviewed-on: https://go-review.googlesource.com/c/exp/+/677355 Reviewed-by: Nicolas Hillegeer <aktau@google.com> LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.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.