boulder/precert
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
..
testdata ca: check correspondence between precertificate and final linting certificate (#6953) 2023-06-26 15:35:06 -07:00
corr.go Replace explicit int loops with range-over-int (#7434) 2024-04-22 10:34:51 -07:00
corr_test.go Fix flaky test failure from the inexorable forward march of time (#7090) 2023-09-18 14:03:28 -07:00