summaryrefslogtreecommitdiff
path: root/progressbar.go
diff options
context:
space:
mode:
authorPietro Gagliardi <[email protected]>2014-02-25 00:48:23 -0500
committerPietro Gagliardi <[email protected]>2014-02-25 00:49:08 -0500
commitd8c0df79939c93bbe008049b84ea6f8ff85afe8b (patch)
tree79fa3aab8f14366b2cd571ea8c9d7c2f5e1dd4e1 /progressbar.go
parent23a40cae26552a381a25cd862af98cd0e9aa23bf (diff)
Added GTK+ implementation of ProgressBar and added a ProgressBar to the test program.
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.