rename non-camel-case vars, refactor, satisfy linter

This commit is contained in:
2026-08-22 17:47:37 +02:00
parent 9e558e1f3c
commit d64f84c887
13 changed files with 220 additions and 206 deletions

1
io.go
View File

@@ -4,7 +4,6 @@ import "os"
func fileExists(filename string) bool {
info, err := os.Stat(filename)
if err != nil {
return false
}