You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
as there is no exception primary like "try, catch" in go, the error processing code becomes tendious, why not add a new key word like "reif" (return if) , it performs like:
reif handleProcess();
which is equivalent to err:=handleProcess(); if (err!=nil) return
The text was updated successfully, but these errors were encountered:
Proposal Details
as there is no exception primary like "try, catch" in go, the error processing code becomes tendious, why not add a new key word like "reif" (return if) , it performs like:
reif handleProcess();
which is equivalent to err:=handleProcess(); if (err!=nil) return
The text was updated successfully, but these errors were encountered: