From 69540368b43d214f15e806f14cb5af4dcd88e366 Mon Sep 17 00:00:00 2001 From: dragon Date: Thu, 29 Jan 2026 14:16:24 +0800 Subject: [PATCH] fix typo --- cmd/local/main.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cmd/local/main.go b/cmd/local/main.go index 764fe67..098ff39 100644 --- a/cmd/local/main.go +++ b/cmd/local/main.go @@ -47,7 +47,7 @@ func init() { } func main() { - fmt.Printf("请访问 http://%s%s/ ,本地路径: %s", repo, port, path) + fmt.Printf("请访问 http://%s%s/ ,本地路径: %s\n", repo, port, path) if stat, err := os.Stat(path); err != nil || !stat.IsDir() { zap.L().Fatal("path is not a directory", zap.String("path", path)) }