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

pkg/apiserver: fix dropped error #700

Merged
merged 2 commits into from Apr 7, 2021
Merged

Conversation

alrs
Copy link
Contributor

@alrs alrs commented Mar 19, 2021

This fixes a dropped error and prunes an unused context.Context from pkg/apiserver.

Even if the Context was being used, the Go documentation recommends against that. From go doc context:

Do not store Contexts inside a struct type; instead, pass a Context
explicitly to each function that needs it. The Context should be the first
parameter, typically named ctx:

Copy link
Contributor

@buixor buixor left a comment

Choose a reason for hiding this comment

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

lgtm, thanks for your contribution

@buixor buixor merged commit d86ba98 into crowdsecurity:master Apr 7, 2021
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.

None yet

2 participants