refactor(Logger)!: harmonize naming 4

This commit is contained in:
2024-10-15 13:31:00 +02:00
parent b40f588537
commit aacb529fb6
6 changed files with 6 additions and 6 deletions

View File

@@ -1,4 +1,4 @@
package logger package Logger
import ( import (
"fmt" "fmt"

View File

@@ -1,4 +1,4 @@
package logger package Logger
import ( import (
"fmt" "fmt"

View File

@@ -1,4 +1,4 @@
package logger package Logger
// Message format(s) // Message format(s)
// //

View File

@@ -1,4 +1,4 @@
package logger package Logger
import ( import (
"encoding/json" "encoding/json"

View File

@@ -1,4 +1,4 @@
package logger package Logger
func (lgr *NullLoggerImpl) init() {} func (lgr *NullLoggerImpl) init() {}

View File

@@ -1,4 +1,4 @@
package logger package Logger
import ( import (
"os" "os"