commit | aa4b98e5adaa776b18e544db3ee2b32a74335849 | [log] [tgz] |
---|---|---|
author | Dmitri Shuralyov <dmitshur@golang.org> | Sun Feb 16 14:41:26 2025 -0500 |
committer | Gopher Robot <gobot@golang.org> | Tue Feb 18 06:29:11 2025 -0800 |
tree | efef4b3bac0d0b020cf8b934281f0a6e87073b6c | |
parent | eff6e970281f06e676cb2d92dab7eebf70f6b968 [diff] |
cmd/{apidiff,gorelease}: delete redundant //go:debug gotypesalias=1 directives [generated] The module's go directive is >= 1.23 now, so these files no longer have any effect. For golang/go#70695. For golang/go#69772. [git-generate] find . -type f -name gotypesalias.go -exec rm {} + Change-Id: Ia9f62875bc73a43f30eda7de873db5d342d8b991 Reviewed-on: https://go-review.googlesource.com/c/exp/+/650135 Auto-Submit: Dmitri Shuralyov <dmitshur@golang.org> Reviewed-by: Dmitri Shuralyov <dmitshur@google.com> LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com> Reviewed-by: Cherry Mui <cherryyz@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.