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

chore: future-proof min and max function names #1014

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

Conversation

sgap
Copy link

@sgap sgap commented Dec 3, 2024

Description

Starting with go 1.21 the built-in function names min and max will conflict with variables of the same name.

This PR will update variable names from min to minimum and max to maximum.

This PR will future-proof code from the error that will be thrown by gocritic about the shadowing of predeclared identifiers.

Testing plan

External links

New min and max built-in functions

Output from tests

@sgap sgap requested a review from a team as a code owner December 3, 2024 18:55
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.

1 participant