logging: linter fixes

This commit is contained in:
2025-11-15 21:02:19 -08:00
parent 9fb93a3802
commit 840066004a
7 changed files with 138 additions and 123 deletions

View File

@@ -25,8 +25,8 @@ func main() {
log.Info("example", "filelog test", nil)
exampleNewFromFile()
os.Remove("example.log")
os.Remove("example.err")
_ = os.Remove("example.log")
_ = os.Remove("example.err")
}
func exampleNewFromFile() {