Intergrate custom logger where applicable

This commit is contained in:
9seconds
2021-03-18 10:37:58 +03:00
parent b258581f47
commit 172b596cf1
4 changed files with 13 additions and 12 deletions
+5
View File
@@ -0,0 +1,5 @@
package logger
type StdLikeLogger interface {
Printf(format string, args ...interface{})
}