From 2450be244ed9757e7b64b5f50df1c6770cf151f6 Mon Sep 17 00:00:00 2001 From: tiglog Date: Tue, 19 Sep 2023 15:14:14 +0800 Subject: [PATCH] =?UTF-8?q?chore:=20=E5=AF=B9=E9=BD=90?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- console/cli_about.go | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/console/cli_about.go b/console/cli_about.go index 9034529..88378d0 100644 --- a/console/cli_about.go +++ b/console/cli_about.go @@ -31,12 +31,12 @@ func (c *cAbout) Init(args []string) { c.Action = func() error { fmt.Printf("About:\n") fmt.Printf("==================================================\n") - fmt.Printf(" Version: %s\n", c.cli.GetVersion()) + fmt.Printf(" Version: %s\n", c.cli.GetVersion()) wd, _ := filepath.Abs("./") - fmt.Printf(" BaseDir: %s\n", wd) - fmt.Printf(" Env: %s\n", "dev") - fmt.Printf(" Debug: %v\n", true) - fmt.Printf(" GOOS: %s %s\n", runtime.GOOS, runtime.GOARCH) + fmt.Printf(" BaseDir: %s\n", wd) + fmt.Printf(" Env: %s\n", "dev") + fmt.Printf(" Debug: %v\n", true) + fmt.Printf(" GOOS: %s %s\n", runtime.GOOS, runtime.GOARCH) hd := c.cli.GetExtraAbout() if hd != nil {