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
a-h
changed the title
proposal: generated could could return nil instead of a nil value
request: update generated code to return nil instead of a nil value
Nov 20, 2024
Describe the bug
It's not really a bug, but more of a "thing to do, when coding in Go"
In the generated code, there is a lot of:
but it is more idiomatic to return just nil, like this:
The text was updated successfully, but these errors were encountered: