commit | 1de6713980dea447778ef6e71194d5eb54288072 | [log] [tgz] |
---|---|---|
author | Jorropo <jorropo.pgm@gmail.com> | Sat Jan 07 08:10:49 2023 +0100 |
committer | Benny Siegert <bsiegert@gmail.com> | Mon Jan 16 08:34:35 2023 +0000 |
tree | 1b60eba888048b37fd3b8ea1ef3cd1bd776c3c07 | |
parent | f9f960f08ad468ad8961627cf2dfd10baab9dc99 [diff] |
slices: don't share references to the array in tests Change-Id: I4c5609ae03f08fe71bacb9e861ff2d4ca788b7e0 Reviewed-on: https://go-review.googlesource.com/c/exp/+/461015 Run-TryBot: Ian Lance Taylor <iant@golang.org> Run-TryBot: Ian Lance Taylor <iant@google.com> TryBot-Result: Gopher Robot <gobot@golang.org> Auto-Submit: Ian Lance Taylor <iant@google.com> Reviewed-by: Ian Lance Taylor <iant@google.com> Reviewed-by: Benny Siegert <bsiegert@gmail.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.