boulder/redis
Aaron Gable e05d47a10a
Replace explicit int loops with range-over-int (#7434)
This adopts modern Go syntax to reduce the chance of off-by-one errors
and remove unnecessary loop variable declarations.

Fixes https://github.com/letsencrypt/boulder/issues/7227
2024-04-22 10:34:51 -07:00
..
config.go WFE: Add new key-value ratelimits implementation (#7089) 2023-10-04 14:12:38 -04:00
lookup.go WFE: Add new key-value ratelimits implementation (#7089) 2023-10-04 14:12:38 -04:00
lookup_test.go WFE: Add new key-value ratelimits implementation (#7089) 2023-10-04 14:12:38 -04:00
metrics.go WFE: Add new key-value ratelimits implementation (#7089) 2023-10-04 14:12:38 -04:00
metrics_test.go Replace explicit int loops with range-over-int (#7434) 2024-04-22 10:34:51 -07:00