Codebase list golang-github-vbauerster-mpb / 2fceae8
link to godoc Vladimir Bauer 9 years ago
1 changed file(s) with 2 addition(s) and 2 deletion(s). Raw diff Collapse all Expand all
0 # Multi Progress Bar for Go [![Build Status](https://travis-ci.org/vbauerster/mpb.svg?branch=master)](https://travis-ci.org/vbauerster/mpb)
0 # Multi Progress Bar [![GoDoc](https://godoc.org/github.com/vbauerster/mpb?status.svg)](https://godoc.org/github.com/vbauerster/mpb) [![Build Status](https://travis-ci.org/vbauerster/mpb.svg?branch=master)](https://travis-ci.org/vbauerster/mpb)
11
2 Mutex free progress bar library, for console programs.
2 **mpb** is a Go lib for rendering progress bars in terminal applications.
33
44 It is inspired by [uiprogress](https://github.com/gosuri/uiprogress) library,
55 but unlike the last one, implementation is mutex free, following Go's idiom: