This commit is contained in:
2025-10-17 16:57:02 +05:30
parent bceca2b714
commit 30cde5052b
5 changed files with 8 additions and 28 deletions

19
log.go
View File

@@ -51,22 +51,3 @@ func NewLog() *log.Logger {
return Log
}
// Info ...
// func Info(format string, v ...interface{}) {
// log.Infof(format, v...)
// }
// // Warn ...
// func Warn(format string, v ...interface{}) {
// log.Warnf(format, v...)
// }
// // Error ...
// func Error(format string, v ...interface{}) {
// log.Errorf(format, v...)
// }
// func Debug(format string, v ...interface{}) {
// log.Debugf(format, v...)
// }