This commit is contained in:
程广 2023-01-23 10:39:10 +08:00
parent 14ac4e7469
commit db847840ff
1 changed files with 1 additions and 1 deletions

View File

@ -14,7 +14,7 @@ const (
Trace
)
var loggerMap map[string]Logger
var loggerMap map[string]Logger = map[string]Logger{}
type LogConfig struct {
Name string