boulder/goodkey
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
..
sagoodkey admin: use SA to get serials by account and by SPKI hash (#7369) 2024-03-11 13:25:59 -07:00
blocked.go Strict YAML parsing (#6652) 2023-02-22 14:56:26 -05:00
blocked_test.go Use io and os instead of deprecated ioutil (#6286) 2022-08-10 13:30:17 -07:00
good_key.go Replace explicit int loops with range-over-int (#7434) 2024-04-22 10:34:51 -07:00
good_key_test.go Replace explicit int loops with range-over-int (#7434) 2024-04-22 10:34:51 -07:00
weak.go Use io and os instead of deprecated ioutil (#6286) 2022-08-10 13:30:17 -07:00
weak_test.go Use io and os instead of deprecated ioutil (#6286) 2022-08-10 13:30:17 -07:00