Skip to content

Commit

Permalink
fmt logging.go
Browse files Browse the repository at this point in the history
  • Loading branch information
dobet committed Jul 19, 2023
1 parent 2845a87 commit 8072a1e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/util/log/logging.go
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@ func (l *LogLevel) unmarshalText(text []byte) bool {
return true
}

//Logger TODO add methods support LogType
// Logger TODO add methods support LogType
type Logger interface {
Debug(v ...interface{})
Debugf(format string, v ...interface{})
Expand Down

0 comments on commit 8072a1e

Please sign in to comment.