working commit

This commit is contained in:
2026-06-10 17:44:45 +02:00
parent a53197e432
commit 2c8c20b12b
9 changed files with 9 additions and 84 deletions
+1 -1
View File
@@ -23,7 +23,7 @@ type Logger struct {
mtx *sync.Mutex
}
func NewLoggerWithSubject(subj string) *Logger {
func NewLogger(subj string) *Logger {
return &Logger{
subject: subj,
writer: output,