proposal: spec: error != nil , add ? #57957
Labels
error-handling
Language & library change proposals that are about error handling.
FrozenDueToAge
Proposal
v2
An incompatible library change
Milestone
Author background
Related proposals
Problem
Most of the time in Go if an error occurs it can be returned. There are certain cases when this is not possible, usually go functions.
Proposal
? assert error
The text was updated successfully, but these errors were encountered: