Refactor: harmonize naming #2

Merged
lbatuska merged 4 commits from consistent_naming_conventions into master 2024-10-15 15:33:19 -04:00
6 changed files with 6 additions and 6 deletions
Showing only changes of commit aacb529fb6 - Show all commits

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"