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 Golang complexity checks #467

Merged
merged 1 commit into from
May 24, 2024

Conversation

apocelipes
Copy link
Contributor

Go does not have a "while" statement.
Go has "select" statements work like "switch", add this to checks.

Go does not have a "while" statement.
Go has "select" statements work like "switch", add this to checks.
@boyter
Copy link
Owner

boyter commented May 24, 2024

How in the heck did I miss that....

@boyter boyter merged commit 1706488 into boyter:master May 24, 2024
5 checks passed
@boyter
Copy link
Owner

boyter commented May 24, 2024

Thanks so much for fixing it.

@apocelipes apocelipes deleted the fix-go-complexitychecks branch July 23, 2024 09:16
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