forked from sneak/upaas
fix: resolve all golangci-lint issues (fixes #32)
This commit is contained in:
9
internal/handlers/export_test.go
Normal file
9
internal/handlers/export_test.go
Normal 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
|
||||
Reference in New Issue
Block a user