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
golint ./... | grep -v ^vendor | grep -v mocks_test\.go | grep -v mock_codec\.go | grep -v "protocol\/" | grep -v "error should be the last type" | grep -v "_test\.go.*context\.Context should be the first parameter of a function" | grep -v "use underscores in Go names" || echo "Lint-free!"