From 3eadd58da4fd842541443e58234698a2983f578b Mon Sep 17 00:00:00 2001 From: yuzuki999 Date: Sat, 4 Jun 2022 17:20:09 +0800 Subject: [PATCH] update module --- common/{legocmd => legoCmd}/log/log.go | 1 - 1 file changed, 1 deletion(-) rename common/{legocmd => legoCmd}/log/log.go (99%) diff --git a/common/legocmd/log/log.go b/common/legoCmd/log/log.go similarity index 99% rename from common/legocmd/log/log.go rename to common/legoCmd/log/log.go index b1335b0..35d5c93 100644 --- a/common/legocmd/log/log.go +++ b/common/legoCmd/log/log.go @@ -57,4 +57,3 @@ func Warnf(format string, args ...interface{}) { func Infof(format string, args ...interface{}) { Printf("[INFO] "+format, args...) } -