summaryrefslogtreecommitdiff
path: root/progressbar.go
diff options
context:
space:
mode:
Diffstat (limited to 'progressbar.go')
-rw-r--r--progressbar.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/progressbar.go b/progressbar.go
index cad08e3..c8b2bbf 100644
--- a/progressbar.go
+++ b/progressbar.go
@@ -2,7 +2,7 @@
package ui
import (
- // ...
+ "sync"
)
// A ProgressBar is a horizontal rectangle that fills up from left to right to indicate the progress of a long-running task.