cli/pkg/cmd/auth
copilot-swe-agent[bot] fb2162c027 fix errname linting issues
Rename error variables and types to follow errname linter conventions:
- Exported sentinels: ErrXxx
- Unexported sentinels: errXxx
- Exported error types: XxxError
- Unexported error types: xxxError

Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
2026-03-24 11:21:02 +00:00
..
gitcredential fix errname linting issues 2026-03-24 11:21:02 +00:00
login fix errname linting issues 2026-03-24 11:21:02 +00:00
logout fix errname linting issues 2026-03-24 11:21:02 +00:00
refresh fix errname linting issues 2026-03-24 11:21:02 +00:00
setupgit fix errname linting issues 2026-03-24 11:21:02 +00:00
shared fix errname linting issues 2026-03-24 11:21:02 +00:00
status fix errname linting issues 2026-03-24 11:21:02 +00:00
switch fix errname linting issues 2026-03-24 11:21:02 +00:00
token Remove unncessary printf usage 2025-01-21 18:04:47 +01:00
auth.go Implement auth switch 2023-12-06 14:06:28 +01:00