working commit

This commit is contained in:
2026-06-10 17:49:22 +02:00
parent 2c8c20b12b
commit 2e765688c3
3 changed files with 14 additions and 21 deletions
-6
View File
@@ -31,12 +31,6 @@ func NewLogger(subj string) *Logger {
}
}
func NewLogger() *Logger {
return &Logger{
writer: output,
mtx: &mtx,
}
}
func SetWriter(newOut io.WriteCloser) {
mtx.Lock()