pb:Golang的控制台进度栏 源码
Go的终端进度栏 安装 go get github.com/cheggaaa/pb/v3 v1栏的文档可 快速开始 package main import ( "time" "github.com/cheggaaa/pb/v3" ) func main () { count := 100000 // create and start new bar bar := pb . StartNew ( count ) // start bar from 'default' template // bar := pb.Default.Start(count) // start
文件列表
pb-master.zip
(预估有个50文件)
pb-master
pool.go
2KB
runecount_test.go
508B
v3
template.go
2KB
preset.go
790B
go.mod
234B
util_test.go
2KB
go.sum
2KB
io_test.go
2KB
暂无评论