https://github.com/haozibi/Tree
顺道问一下golang有什么库可以美化终端输出!
用 Go 写了个遍历目录并计算各个文件 md5 的程序,遍历了一下 C:\Windows
1
virusdefender Sep 9, 2016 go 计算 md5 其实可以往深处挖的 https://segmentfault.com/a/1190000006670880
|
2
haozibi OP @virusdefender 非常感谢,正对程序运行速度不满意~
|
3
billlee Sep 10, 2016
然而 md5sum 是 I/O 密集应用,并发并没有什么卵用
|