diff --git a/cmd/cli/run/root.go b/cmd/cli/run/root.go index 365cba4..fc4057f 100644 --- a/cmd/cli/run/root.go +++ b/cmd/cli/run/root.go @@ -90,7 +90,7 @@ func showLogo() { fmt.Println(" | | __ _ _ __ / \\ __| |_ __ ___ _ _ __ ") fmt.Println(" | | |_ | | '_ \\ / /\\ \\ / _` | '_ ` _ \\| | '_ \\ ") fmt.Println(" | |__| | | | | |/ _____\\ (_| | | | | | | | | | |") - fmt.Println(" \\_____|_|_| |_/_/ \\_\\__,_|_| |_| |_|_|_| |_| \n") + fmt.Println(" \\_____|_|_| |_/_/ \\_\\__,_|_| |_| |_|_|_| |_| ") } func showPanel() { diff --git a/internal/cron/log_test.go b/internal/cron/log_test.go deleted file mode 100644 index 7cdd05f..0000000 --- a/internal/cron/log_test.go +++ /dev/null @@ -1,12 +0,0 @@ -/* - * @Description: - * @Author: gphper - * @Date: 2021-12-01 20:48:52 - */ -package cron - -import "testing" - -func TestWriteLog(t *testing.T) { - WriteLog() -}