decor's description godoc
Vladimir Bauer
8 years ago
| 2 | 2 | // license that can be found in the LICENSE file. |
| 3 | 3 | |
| 4 | 4 | /* |
| 5 | Package decor contains common decorators for "github.com/vbauerster/mpb" package. | |
| 5 | Package decor contains common decorators used by "github.com/vbauerster/mpb" package. | |
| 6 | 6 | |
| 7 | 7 | Some decorators returned by this package might have a closure state. It is ok to use |
| 8 | 8 | decorators concurrently, unless you share the same decorator among multiple |