commit | a685a6edb6d88ab9765b12435bfe6b5b25063500 | [log] [tgz] |
---|---|---|
author | Michael Anthony Knyszek <mknyszek@google.com> | Mon Mar 25 14:57:13 2024 +0000 |
committer | Gopher Robot <gobot@golang.org> | Mon Mar 25 15:15:24 2024 +0000 |
tree | 05243f3f272ca53f1374f58d1037c5b72c2896fb | |
parent | a85f2c67cd81a8ba44730ab6dcd1a200dd21ab1e [diff] |
trace: regenerate trace from go@c2b1463 [git-generate] cd trace ./gen.bash $HOME/work/go Change-Id: I7db5c75d3ca5d86918a3cac1a1fbeb1fa97b9881 Reviewed-on: https://go-review.googlesource.com/c/exp/+/574135 LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com> Reviewed-by: Michael Stapelberg <stapelberg@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.