atc0005 / go-nagios

Shared Golang package for Nagios plugins
MIT License
8 stars 3 forks source link

Fix `predeclared` linter warnings #257

Closed atc0005 closed 2 days ago

atc0005 commented 2 days ago

Replace use of min and max variables with longer names to avoid conflicts with min and max functions introduced in Go 1.21.

Update similar variables in the same scope to match updated naming pattern.