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. --- gtkcasts_unix.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gtkcasts_unix.go') diff --git a/gtkcasts_unix.go b/gtkcasts_unix.go index 8d930f6..5d88e1e 100644 --- a/gtkcasts_unix.go +++ b/gtkcasts_unix.go @@ -1,7 +1,7 @@ // +build !windows,!darwin,!plan9 // 17 february 2014 -package main +package ui import ( "unsafe" -- cgit v1.2.3