commit | f3f8817b8deb9e53784d5f9851578cfaffa4e825 | [log] [tgz] |
---|---|---|
author | Michael Anthony Knyszek <mknyszek@google.com> | Mon Dec 04 20:20:40 2023 +0000 |
committer | Michael Knyszek <mknyszek@google.com> | Wed Dec 06 19:20:17 2023 +0000 |
tree | 98e90e99bd3cb6eb1b4e5d098c2a0786bc5ef914 | |
parent | c4cbd9cfda29a4bd122858979737908c1cf14375 [diff] |
trace: regenerate experimental API from go@6d7b3c8 For golang/go#62627. [git-generate] trace/gen.bash 6d7b3c8cd15794811949bb1ca12172eb35ace6ab Change-Id: I27da6561b9433762cf724229c49d7654edcddbda Reviewed-on: https://go-review.googlesource.com/c/exp/+/544655 Reviewed-by: Michael Pratt <mpratt@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.