Apply coding conventions

This commit is contained in:
AI Bot
2026-05-03 18:01:00 +02:00
committed by Riyyi
parent 317d5f4be9
commit 7c4b0eda8b
6 changed files with 101 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