Commit Graph

10 Commits

Author SHA1 Message Date
Pim van Pelt abc9729e8e Fix golangci-lint errcheck warnings; add make fixstyle
errcheck flagged six unchecked Close() calls. The production write
path in indexgen.ProcessDir now closes the index file explicitly
after Execute and surfaces the close error so a deferred flush
failure isn't lost; tests use _ = f.Close() since they don't care.

Also adds a 'make fixstyle' target that runs gofmt -w over the tree,
matching the convention used elsewhere.

Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
2026-05-06 20:17:10 +02:00
Pim van Pelt 12e91032a1 Only emit *-symlink with -v set 2025-12-03 17:55:27 +01:00
Pim van Pelt 0b687bf9d9 Make logo 48px 2025-12-03 12:39:37 +01:00
Pim van Pelt 99ad6fbff1 Add logo feature 2025-12-03 12:32:36 +01:00
Pim van Pelt 16fa899b91 Add a -i flag to force showing 'index.html' in the output listing; by default do not show them. 2025-12-03 12:23:40 +01:00
Pim van Pelt 7829000c55 Do not render parent of root directory 2025-12-03 12:16:54 +01:00
Pim van Pelt 11fbbd4b42 Fix s3 file+dir handling 2025-12-03 12:14:13 +01:00
Pim van Pelt 45ee30fae1 Add dryrun flag -n 2025-12-03 00:17:28 +01:00
Pim van Pelt f8d9841a68 go fmt 2025-12-02 23:50:07 +01:00
Pim van Pelt c3b57c02e3 Initial checkin 2025-12-02 23:47:17 +01:00