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> |
||
|---|---|---|
| .. | ||
| args.go | ||
| args_test.go | ||
| auth_check.go | ||
| auth_check_test.go | ||
| cmdgroup.go | ||
| errors.go | ||
| factory.go | ||
| factory_test.go | ||
| file_input.go | ||
| flags.go | ||
| json_flags.go | ||
| json_flags_test.go | ||
| legacy.go | ||
| repo_override.go | ||