Russ Cox
Russ Cox
@timdadd I don't understand how you would use the interface. Do you have concrete code you can share that would make use of this interface?
I don't see anything in interfaceToType that is specific to SQL. It seems like a shorter function would be: ``` func unmarshal[T any](m interface{}) (res T, err error) { var...
Based on the discussion above, this proposal seems like a **[likely decline](https://go.dev/s/proposal-status#likely-decline)**. — rsc for the proposal review group
No change in consensus, so **[declined](https://go.dev/s/proposal-status#declined)**. — rsc for the proposal review group
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
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
Paging this back in again. I'm OK with having d.Push and d.Token and having to use both in that example. Because you might just as often use ``` d :=...
Based on the discussion above, this proposal seems like a **[likely decline](https://go.dev/s/proposal-status#likely-decline)**. — rsc for the proposal review group
No change in consensus, so **[declined](https://go.dev/s/proposal-status#declined)**. — rsc for the proposal review group
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...