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

Clean up a couple places not yet using gowrapper #2033

Merged
merged 1 commit into from
Jan 7, 2025

Conversation

RebeccaMahany
Copy link
Contributor

Found a couple places that didn't match our go func pattern, so golangci-lint didn't catch them. Cleaning them up for now without adding a new golangci-lint rule.

@RebeccaMahany RebeccaMahany marked this pull request as ready for review January 7, 2025 20:58
@@ -175,7 +175,9 @@ func (w *winSvc) Execute(args []string, r <-chan svc.ChangeRequest, changes chan
changes <- svc.Status{State: svc.Running, Accepts: cmdsAccepted}

// Confirm that service configuration is up-to-date
go checkServiceConfiguration(w.slogger.Logger, w.opts)
gowrapper.Go(ctx, w.systemSlogger.Logger, func() {
Copy link
Contributor

Choose a reason for hiding this comment

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

oh great find!!

Copy link
Contributor Author

Choose a reason for hiding this comment

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

🤞 🤞 trying not to get my hopes up lol

@RebeccaMahany RebeccaMahany added this pull request to the merge queue Jan 7, 2025
Merged via the queue into kolide:main with commit 70fc468 Jan 7, 2025
33 checks passed
@RebeccaMahany RebeccaMahany deleted the becca/more-gowrapper branch January 7, 2025 21:19
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