refactor: 优化输出格式和去重项计数方法
This commit is contained in:
@@ -54,7 +54,7 @@ func main() {
|
||||
}
|
||||
wg.Wait()
|
||||
|
||||
fmt.Println("上传完成,耗时:", time.Since(start))
|
||||
fmt.Printf("上传完成,耗时:%s\n", time.Since(start))
|
||||
}
|
||||
time.Sleep(time.Minute)
|
||||
}
|
||||
|
Reference in New Issue
Block a user