Codebase list golang-github-vbauerster-mpb / 64603a9 example / gifs / sort.gif
Revert "no space btw gif and scode" This reverts commit e5b0a004b9dccd0c5b71d6f4a78c1b3eac8179d8. Vladimir Bauer 9 years ago
1 changed file(s) with 5 addition(s) and 1 deletion(s). Raw diff Collapse all Expand all
4242 This will produce following:
4343
4444 ![example](example/gifs/simple.gif)
45 source code: [example/simple/main.go](example/simple/main.go)
45
46 The source code: [example/simple/main.go](example/simple/main.go)
4647
4748 ### Removing bar
4849
4950 ![example](example/gifs/remove.gif)
51
5052 The source code: [example/remove/main.go](example/remove/main.go)
5153
5254 ### Sorting bars by progress
5355
5456 ![example](example/gifs/sort.gif)
57
5558 The source code: [example/sort/main.go](example/sort/main.go)
5659
5760 ### Multiple io
5861
5962 ![example](example/gifs/io-multiple.gif)
63
6064 The source code: [example/io/multiple/main.go](example/io/multiple/main.go)
6165
6266 ## Installation