Codebase list golang-github-vbauerster-mpb / d99a1af
README update Vladimir Bauer 8 years ago
1 changed file(s) with 0 addition(s) and 5 deletion(s). Raw diff Collapse all Expand all
55 [![codecov](https://codecov.io/gh/vbauerster/mpb/branch/master/graph/badge.svg)](https://codecov.io/gh/vbauerster/mpb)
66
77 **mpb** is a Go lib for rendering progress bars in terminal applications.
8
9 It is inspired by [uiprogress](https://github.com/gosuri/uiprogress) library,
10 but unlike the last one, implementation is mutex free, following Go's idiom:
11
12 > Don't communicate by sharing memory, share memory by communicating.
138
149 ## Features
1510