-
Notifications
You must be signed in to change notification settings - Fork 41
Possible bad copy paste #114
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
Comments
@Bbulatov hello. Indeed a good catch. I'll fix that today. There are a few other similar ones o be addressed as well. |
fredbi
added a commit
to fredbi/analysis
that referenced
this issue
Mar 11, 2025
* addressed linting issues, especially those related to non-wrapping errors: refactored all calls to fmt.Errorf() * fixes go-openapi#114: unfortunate copy paste typo in mixin.go Signed-off-by: Frederic BIDON <[email protected]>
Merged
fredbi
added a commit
to fredbi/analysis
that referenced
this issue
Mar 11, 2025
* addressed linting issues, especially those related to non-wrapping errors: refactored all calls to fmt.Errorf() * fixes go-openapi#114: unfortunate copy paste typo in mixin.go Signed-off-by: Frederic BIDON <[email protected]>
fredbi
added a commit
to fredbi/analysis
that referenced
this issue
Mar 11, 2025
* addressed linting issues, especially those related to non-wrapping errors: refactored all calls to fmt.Errorf() * fixes go-openapi#114: unfortunate copy paste typo in mixin.go * test: worked around go issue on windows: golang/go#71544 Signed-off-by: Frederic BIDON <[email protected]>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hello!
During the static analysis was found possible mistakes in code:
The text was updated successfully, but these errors were encountered: