update module

This commit is contained in:
yuzuki999 2022-06-04 17:20:09 +08:00
parent 426f2e8036
commit 3eadd58da4

View File

@ -57,4 +57,3 @@ func Warnf(format string, args ...interface{}) {
func Infof(format string, args ...interface{}) {
Printf("[INFO] "+format, args...)
}