ls工具 golang ls工具

# ls 文件大小可视化ls工具(初学者练手项目) 源码地址 [点我](https://github.com/vua/ls) ## Usage ``` git clone git@github.com:vua/ls.git cd ls go build ls.exe -h path ``` ## Result ![在这里插入图片描述](https://img-blog.csdnimg.cn/20210629012232882.png?x-oss-process=image...阅读全文

2021-06-29 01:18:34

vfmt golang 控制台UI库 vfmt

# vfmt Golang控制台UI库(基于 https://github.com/i582/cfmt 做的修改,主要修复了结构体输出样式失效、并行输出样式失效问题) ### USAGE ``` import "github.com/vua/vfmt" ``` ``` //有内容有样式 output := "Console Output" style := "red" vfmt.Printf("[vfmt] @[%s::%s]\n", output, styl...阅读全文

2021-04-09 16:03:24