commit | dead58393ab7ada21e6b3a64ea2250e5ba0588f0 | [log] [tgz] |
---|---|---|
author | Alan Donovan <adonovan@google.com> | Fri Feb 28 14:41:02 2025 -0500 |
committer | Gopher Robot <gobot@golang.org> | Fri Feb 28 12:03:57 2025 -0800 |
tree | 6426def2fea18737c36cc6d242a1b896d2eb23fa | |
parent | 17a8cdcf1d05ee30da8b9b8c1bff359e4951e596 [diff] |
maps,slices: add //go:fix inline annotations for std namesakes The tooling will not yet offer to inline calls to these functions because it doesn't handle generics (golang/go#68236), but it will soon. Updates golang/go#32816 Change-Id: Ic19940efddab6267ca92f670ddc2f8029bc93402 Reviewed-on: https://go-review.googlesource.com/c/exp/+/653436 Auto-Submit: Alan Donovan <adonovan@google.com> Reviewed-by: Ian Lance Taylor <iant@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.