workspace
This commit is contained in:
parent
2f147f8f6d
commit
647ba373e7
2 changed files with 4 additions and 1 deletions
|
@ -22,6 +22,6 @@ func init() {
|
|||
|
||||
func Print(message ...any) {
|
||||
if Enabled {
|
||||
log.Println(Title, message)
|
||||
log.Println("["+Title+"]: ", message)
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue