Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

refactor: use errors new for simple strings #1122

Merged
merged 1 commit into from
Sep 20, 2024
Merged

Conversation

idagelic
Copy link
Member

Refactor: use errors new for simple strings

Description

Changes all call of fmt.Errorf that don't include any dynamic string formatting to instead use errors.New for consistency

  • This change requires a documentation update
  • I have made corresponding changes to the documentation

@idagelic idagelic requested a review from a team as a code owner September 19, 2024 15:04
@idagelic idagelic merged commit 68f8e05 into main Sep 20, 2024
12 checks passed
@idagelic idagelic deleted the prefer-errors-new branch September 20, 2024 09:45
bryans-go pushed a commit to bryans-go/daytona that referenced this pull request Sep 20, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants