fix: resolve all golangci-lint issues (fixes #32)

This commit is contained in:
clawbot
2026-02-15 22:09:59 -08:00
committed by user
parent 07ac71974c
commit 69a5a8c298
2 changed files with 19 additions and 8 deletions

View File

@@ -0,0 +1,9 @@
package handlers
// ExportedSanitizeTail wraps sanitizeTail for external tests.
func ExportedSanitizeTail(input string) string {
return sanitizeTail(input)
}
// ExportedDefaultLogTail exports defaultLogTail for external tests.
const ExportedDefaultLogTail = defaultLogTail