rename module to match github repo

This commit is contained in:
2025-11-14 14:14:32 +00:00
parent e4088e4aec
commit f356d2f7e1
8 changed files with 12 additions and 10 deletions

View File

@@ -8,6 +8,8 @@ import (
"time"
)
// ReportLogger writes a simple, human readable, line to the provided io.Writer for each
// ReportItem received.
type ReportLogger struct {
counter int
writer io.Writer