working commit

This commit is contained in:
2026-06-05 18:29:35 +02:00
parent 7d8abba003
commit 5623efe825
8 changed files with 66 additions and 76 deletions
-1
View File
@@ -31,7 +31,6 @@ func NewLogger(subj string) *Logger {
}
}
func SetWriter(newOut io.WriteCloser) {
mtx.Lock()
output = newOut