boulder/cmd/expiration-mailer
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
..
main.go expiry mailer : typo fix (#7348) 2024-03-04 13:35:08 -05:00
main_test.go Replace explicit int loops with range-over-int (#7434) 2024-04-22 10:34:51 -07:00
send_test.go expiration-mailer: check address validity before sending (#7220) 2023-12-18 13:32:43 -08:00