Apply go fix modernizations

This commit is contained in:
Ian Gulliver
2026-03-05 11:39:13 -08:00
parent 165b9d1c6c
commit fc3bbf894f
6 changed files with 32 additions and 36 deletions

View File

@@ -69,7 +69,7 @@ func main() {
os.Exit(1)
}
for i := uint8(0); i < 8; i++ {
for i := range uint8(8) {
updateLCD(out, i)
}