mirror of
https://github.com/ScuroNeko/mtg.git
synced 2026-08-31 10:44:02 +03:00
More idioms related to go 1.26
This commit is contained in:
+1
-1
@@ -8,5 +8,5 @@ package logger
|
||||
// commonly used by many 3pp tools. While mtglib itself does not need it, it is
|
||||
// always a good idea to support it and have a transient end to end logging.
|
||||
type StdLikeLogger interface {
|
||||
Printf(format string, args ...interface{})
|
||||
Printf(format string, args ...any)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user