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
Running golangi-lint with unparam enabled will fail as we return errors in many places where we never actually return an error, so it's always nil. Enable the linter and correct the reported issues.