mirror of
https://github.com/ScuroNeko/mtg.git
synced 2026-08-31 12:54:01 +03:00
Intergrate custom logger where applicable
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
package logger
|
||||
|
||||
type StdLikeLogger interface {
|
||||
Printf(format string, args ...interface{})
|
||||
}
|
||||
Reference in New Issue
Block a user