Skip to content

Commit

Permalink
Update logger/logger.go
Browse files Browse the repository at this point in the history
Signed-off-by: Mohd Uzair <[email protected]>
  • Loading branch information
Mohd Uzair authored Jun 27, 2024
1 parent e494e96 commit e69327c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion logger/logger.go
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ import (

type Handler interface {
Info(description ...interface{})
Infof(foramt string, args ...interface{})
Infof(format string, args ...interface{})
Debug(description ...interface{})
Warn(err error)
Warnf(format string, args ...interface{})
Expand Down

0 comments on commit e69327c

Please sign in to comment.