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
I don't see a good reason to keep this. Omitting struct fields to
default to their empty value is how Go works. I don't see much reason to
set slice fields to `nil`, ints to `0`, etc.
The linter itself is archived and has a note in the read me that:
> This linter is meant to be used only for special cases. It is not
> recommended to use it for all files in a project.
Our cases aren't special.
0 commit comments