README update
Vladimir Bauer
8 years ago
| 5 | 5 | [](https://codecov.io/gh/vbauerster/mpb) |
| 6 | 6 | |
| 7 | 7 | **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. | |
| 13 | 8 | |
| 14 | 9 | ## Features |
| 15 | 10 |