From fb82e651a4c90c3dd79d6ba08613b382f474a868 Mon Sep 17 00:00:00 2001 From: Pietro Gagliardi Date: Wed, 19 Feb 2014 11:41:10 -0500 Subject: Moved to a proper package; main() is now a test and go test -c is used to build. Once I iron out a bug with Windows event handling, I'll add a README. --- checkbox.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'checkbox.go') diff --git a/checkbox.go b/checkbox.go index 7b5b460..c57059d 100644 --- a/checkbox.go +++ b/checkbox.go @@ -1,5 +1,5 @@ // 13 february 2014 -package main +package ui import ( "sync" -- cgit v1.2.3