refactor: 优化输出格式和去重项计数方法
All checks were successful
构建上传工具 / build-tool (push) Successful in 1m5s
部署开发环境 / deploy-dev (push) Successful in 1m18s

This commit is contained in:
2025-09-12 22:52:18 +08:00
parent 1c56423ea4
commit 4c19f4b16c
2 changed files with 2 additions and 2 deletions

View File

@@ -54,7 +54,7 @@ func main() {
}
wg.Wait()
fmt.Println("上传完成,耗时:", time.Since(start))
fmt.Printf("上传完成,耗时:%s\n", time.Since(start))
}
time.Sleep(time.Minute)
}