Codebase list golang-github-vbauerster-mpb / 66a6aa6
readme update Vladimir Bauer 8 years ago
1 changed file(s) with 5 addition(s) and 5 deletion(s). Raw diff Collapse all Expand all
1515 * __Dynamic Sorting__: Sort bars as you wish
1616 * __Dynamic Resize__: Resize bars on terminal width change
1717 * __Custom Decorator Functions__: Add custom functions around the bar along with helper functions
18 * __Dynamic Decorator's Width Sync__: Sync width among decorator group (available since v2)
18 * __Dynamic Decorator's Width Sync__: Sync width among decorator group
1919 * __Predefined Decoratros__: Elapsed time, [Ewmaest](https://github.com/dgryski/trifles/tree/master/ewmaest) based ETA, Percentage, Bytes counter
2020
2121 ## Installation
2222
23 To get the package, execute:
23 ```sh
24 go get github.com/vbauerster/mpb
25 ```
2426
25 ```sh
26 go get gopkg.in/vbauerster/mpb.v3
27 ```
27 Note: it is preferable to go get from github.com, rather than gopkg.in. See issue [#11](https://github.com/vbauerster/mpb/issues/11).
2828
2929 ## Usage
3030