commit | 3edf0e91c1ae02206dac8ccdb294ae0efd97af60 | [log] [tgz] |
---|---|---|
author | Jonathan Amsterdam <jba@google.com> | Mon Jan 27 16:49:28 2025 -0500 |
committer | Jonathan Amsterdam <jba@google.com> | Tue Jan 28 06:44:49 2025 -0800 |
tree | 4475789d5a69a1d29ad2c18a35a52d9dcf0bacb8 | |
parent | 7588d65b2ba8549413779549f949cd7a5ccb1320 [diff] |
apidiff: support types.Alias Use types.Unalias as needed. For golang/go#70695. Change-Id: I8595783d9a4c0eef332801135bde490cf745a206 Reviewed-on: https://go-review.googlesource.com/c/exp/+/644877 Reviewed-by: Alan Donovan <adonovan@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.