mirror of
https://github.com/ScuroNeko/mtg.git
synced 2026-09-01 07:04:02 +03:00
More idioms related to go 1.26
This commit is contained in:
+1
-1
@@ -249,7 +249,7 @@ type Logger interface {
|
||||
BindJSON(name, value string) Logger
|
||||
|
||||
// Printf is to support log.Logger behavior.
|
||||
Printf(format string, args ...interface{})
|
||||
Printf(format string, args ...any)
|
||||
|
||||
// Info puts a message about some normal situation.
|
||||
Info(msg string)
|
||||
|
||||
Reference in New Issue
Block a user