Russ Cox
Russ Cox
Thanks for pointing that out. Changed the API for the public package to use io.
This proposal has been added to the [active column](https://go.dev/s/proposal-status#active) of the proposals project and will now be reviewed at the weekly proposal review meetings. — rsc for the proposal review...
Apologies for not linking to it at the start, but the docs for these functions are at https://pkg.go.dev/golang.org/x/tools/internal/bisect.
I added to the top comment: > For doc comments, see https://pkg.go.dev/golang.org/x/tools/internal/bisect. For more background, see https://research.swtch.com/bisect.
Have all remaining concerns about this proposal been addressed? The proposal details are in https://github.com/golang/go/issues/67140#issue-2275698920.
I need to write the full package docs and post them here, along with some examples. Some things are still not clear.
Based on the discussion above, this proposal seems like a **[likely accept](https://go.dev/s/proposal-status#likely-accept)**. — rsc for the proposal review group The proposal is that ecdsa.PrivateKey.Sign start accepting rand==nil and in that...
No change in consensus, so **[accepted](https://go.dev/s/proposal-status#accepted)**. 🎉 This issue now tracks the work of implementing the proposal. — rsc for the proposal review group The proposal is that ecdsa.PrivateKey.Sign start...
Since we missed Go 1.23, let's land this at the start of Go 1.24 and wait for feedback before adding the GODEBUG. We will have the whole cycle for someone...