diff options
Diffstat (limited to 'progressbar.go')
| -rw-r--r-- | progressbar.go | 2 |
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. |
