commit | b0cb94b8069150bd0eee2b6ee34da7e01172b042 | [log] [tgz] |
---|---|---|
author | Jonathan Amsterdam <jba@google.com> | Tue Jul 25 13:26:45 2023 -0400 |
committer | Jonathan Amsterdam <jba@google.com> | Fri Jul 28 19:42:45 2023 +0000 |
tree | 7d5db2c221e4f563e1fbbe9285dc4dec04cca013 | |
parent | 515e97ebf090115a2802623518eb5dc0c0534991 [diff] |
apidiff: clarify and add tests Explain the type-splitting cases better. Add a test where an alias changes incompatibly. Change-Id: Ib7ce4c8dd7a827e72bf50ea29bd480996f06ff8e Reviewed-on: https://go-review.googlesource.com/c/exp/+/513135 Run-TryBot: Jonathan Amsterdam <jba@google.com> Reviewed-by: Robert Findley <rfindley@google.com> TryBot-Result: Gopher Robot <gobot@golang.org>
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.