Codebase list golang-github-vbauerster-mpb / 031e63e
Custom Decorator examples Vladimir Bauer 9 years ago
1 changed file(s) with 3 addition(s) and 1 deletion(s). Raw diff Collapse all Expand all
130130
131131 ### Custom Decorators
132132
133 [Here](https://github.com/vbauerster/getparty/blob/master/cmd/getparty/decorator.go) is example from [getparty](https://github.com/vbauerster/getparty) src code.
133 Refer to godoc [example](https://godoc.org/github.com/vbauerster/mpb#example-Bar-PrependFunc).
134
135 More [sophisticated](https://github.com/vbauerster/getparty/blob/master/cmd/getparty/decorator.go) example.
134136
135137 ## License
136138