From d8c0df79939c93bbe008049b84ea6f8ff85afe8b Mon Sep 17 00:00:00 2001 From: Pietro Gagliardi Date: Tue, 25 Feb 2014 00:48:23 -0500 Subject: Added GTK+ implementation of ProgressBar and added a ProgressBar to the test program. --- progressbar.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'progressbar.go') 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. -- cgit v1.2.3