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 golangci-lint with recvcheck enabled will fail as we have many cases with mixed pointer and value receivers. Enable the linter and correct the reported issues.