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 |
||
|---|---|---|
| .. | ||
| main.go | ||
| main_test.go | ||
| send_test.go | ||
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 |
||
|---|---|---|
| .. | ||
| main.go | ||
| main_test.go | ||
| send_test.go | ||