Custom Decorator examples
Vladimir Bauer
9 years ago
| 130 | 130 | |
| 131 | 131 | ### Custom Decorators |
| 132 | 132 | |
| 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. | |
| 134 | 136 | |
| 135 | 137 | ## License |
| 136 | 138 |