commit | 93d18d7e34b8aac3374a4710606eb1702f2d44ff | [log] [tgz] |
---|---|---|
author | Michael Anthony Knyszek <mknyszek@google.com> | Mon Apr 08 22:35:37 2024 +0000 |
committer | Gopher Robot <gobot@golang.org> | Tue Apr 09 09:04:35 2024 +0000 |
tree | 07eb8ebd058e10d58004f4fca39f6745ec1a73c3 | |
parent | c0f41cb1a7a07106b068257d830929c8cbfc7232 [diff] |
trace: regenerate trace from go@5879bf7 [git-generate] cd trace ./gen.bash $HOME/work/go Change-Id: Iaf2c333272830c8ee70faed9107b16671a9c169a Reviewed-on: https://go-review.googlesource.com/c/exp/+/577262 Reviewed-by: Nicolas Hillegeer <aktau@google.com> Auto-Submit: Nicolas Hillegeer <aktau@google.com> LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com> Commit-Queue: Nicolas Hillegeer <aktau@google.com> Auto-Submit: Michael Knyszek <mknyszek@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.