diff --git a/README.md b/README.md index 55e469e..ef35437 100644 --- a/README.md +++ b/README.md @@ -63,7 +63,7 @@ time.Sleep(time.Duration(rand.Intn(10)+1) * time.Second / 100) bar.Increment() } - + // Gracefully shutdown mpb's monitor goroutine p.Stop() ``` diff --git a/examples/singleBar/main.go b/examples/singleBar/main.go index 9261e6c..44b9388 100644 --- a/examples/singleBar/main.go +++ b/examples/singleBar/main.go @@ -42,6 +42,6 @@ time.Sleep(time.Duration(rand.Intn(10)+1) * time.Second / 100) bar.Increment() } - + // Gracefully shutdown mpb's monitor goroutine p.Stop() }