Russ Cox
Russ Cox
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 to document that rand.Read never returns an error,...
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 to document that...
Please note that the Go 1.24 cryptographic module is not yet certified. It is "under test", as explained at https://go.dev/doc/security/fips140.
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...
Hi. bytedance/sonic is widely used enough that we want to keep it working without changes, although of course we would be happy to see these linknames cleaned up in the...
Thanks very much for the Go 1.23 fixes @AsterDY. We did not see the prof things you were changing via assembly. In general the linknames that we have added for...
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...
Can someone post the proposal in the form of a complete definition and doc comment of driver.RowsColumnScanner? I looked at the CL but the doc comment there is quite minimal....
Have all remaining concerns about this proposal been addressed? The proposal is: ``` // RowsColumnScanner may be implemented by [Rows]. It allows the driver to completely // take responsibility for...
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: ``` // RowsColumnScanner may be implemented by [Rows]....