commit | 053ad81199eb10baaf3412e8adb0f8c82679b4d3 | [log] [tgz] |
---|---|---|
author | Eli Bendersky <eliben@golang.org> | Thu Mar 24 06:29:49 2022 -0700 |
committer | Eli Bendersky <eliben@golang.org> | Mon Mar 28 17:52:48 2022 +0000 |
tree | 83256ec3df2deb66407469fe5b25cabbd94863c1 | |
parent | 054d8573a5d8a1df3b1d31df254b260a09c7ebe0 [diff] |
slices: rework the APIs of BinarySearch* For golang/go#50340 Change-Id: If115b2b66d463d5f3788d017924f8dd38867551c Reviewed-on: https://go-review.googlesource.com/c/exp/+/395414 Reviewed-by: Ian Lance Taylor <iant@golang.org> Trust: Eli Bendersky <eliben@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.