Codebase list golang-github-vbauerster-mpb / bd109a9
TestWithContext discard output Vladimir Bauer 3 years ago
1 changed file(s) with 1 addition(s) and 0 deletion(s). Raw diff Collapse all Expand all
2020 shutdown := make(chan interface{})
2121 ctx, cancel := context.WithCancel(context.Background())
2222 p := mpb.NewWithContext(ctx,
23 mpb.WithOutput(io.Discard),
2324 mpb.WithShutdownNotifier(shutdown),
2425 )
2526 _ = p.AddBar(0) // never complete bar