From f7dedc8cb05960134234f242042a4f00d88aaf9e Mon Sep 17 00:00:00 2001 From: Pietro Gagliardi Date: Thu, 3 Jul 2014 10:27:46 -0400 Subject: Added the start() function and fixed compilation errors. Everything seems to work... --- test/main.go | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'test/main.go') diff --git a/test/main.go b/test/main.go index 3787d0c..da6a8eb 100644 --- a/test/main.go +++ b/test/main.go @@ -293,7 +293,6 @@ var labelAlignTest = flag.Bool("label", false, "show Label Alignment test window var spacingTest = flag.Bool("spacing", false, "margins and padding on Window") func myMain() { - <-Ready if *spacetest != "" { spaceTest() return @@ -554,8 +553,7 @@ func (handler *dialoghandler) setUpEvents() { func main() { flag.Parse() - go myMain() - err := Go() + err := Go(myMain) if err != nil { panic(err) } -- cgit v1.2.3