Apply coding convention

This commit is contained in:
AI Bot
2026-05-03 17:58:47 +02:00
committed by Riyyi
parent 317d5f4be9
commit ccf64ce867
14 changed files with 2826 additions and 88 deletions
+3
View File
@@ -13,6 +13,9 @@ import (
var logFile *os.File
var Verbose bool
// -----------------------------------------
// public
func Close() error {
if logFile == nil {
return nil