refactor: change system logging

This commit is contained in:
lorsan
2026-05-03 22:29:14 +03:00
parent c44fedb488
commit 4dfbe1ad7f
8 changed files with 44 additions and 33 deletions
+1 -1
View File
@@ -7,7 +7,7 @@ import (
func main() {
start, err := app.NewApp()
if err != nil {
return
panic(err)
}
start.Run()
}