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
For style consistency a method receiver variable might be defined for all methods of a type even for methods where the receiver is not used.
Signaling unused method receivers variables pollutes the output.
For style consistency a method receiver variable might be defined for all methods of a type even for methods where the receiver is not used.
Signaling unused method receivers variables pollutes the output.
Related: #21