commit | fd00a4e0eefc351cc6a7c52f64a3e5da5342054f | [log] [tgz] |
---|---|---|
author | Michael Anthony Knyszek <mknyszek@google.com> | Fri May 31 00:15:12 2024 +0000 |
committer | Gopher Robot <gobot@golang.org> | Fri May 31 13:29:22 2024 +0000 |
tree | 3b83b6e6e17ed646c3499faefc3f05010c16c3cb | |
parent | 404ba88c7ed04ffa17f8a8a57de44520d57eaa52 [diff] |
trace: regenerate trace from go@1ed8166 [git-generate] cd trace ./gen.bash $HOME/work/go-1 Change-Id: I98192da6751766366542aed515574247ed63f99a Reviewed-on: https://go-review.googlesource.com/c/exp/+/589516 Auto-Submit: Michael Knyszek <mknyszek@google.com> Reviewed-by: Carlos Amedee <carlos@golang.org> 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.