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

fix: It is recommended to use the fmt.Errorf method with parameters instead of the errors.New method without parameters. #10643

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

RiceChuan
Copy link

It is recommended to use the fmt.Errorf method with parameters instead of the errors.New method without parameters.

…nstead of the errors.New method without parameters.

Signed-off-by: RiceChuan <[email protected]>
@RiceChuan RiceChuan requested a review from a team as a code owner December 24, 2024 03:26
Copy link
Contributor

@gammazero gammazero left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

If using fmt.Errorf then formatting specifiers should be used instead of string concatenation. Either use appropriate formatting specifiers with fmt.Errorf or use errors.New with a concatenated string.

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.

2 participants