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...) } -