summaryrefslogtreecommitdiff
path: root/gtkcasts_unix.go
diff options
context:
space:
mode:
authorPietro Gagliardi <[email protected]>2014-02-19 11:41:10 -0500
committerPietro Gagliardi <[email protected]>2014-02-19 11:41:10 -0500
commitfb82e651a4c90c3dd79d6ba08613b382f474a868 (patch)
tree840f40c3e3362b6999446a96dc69b2f11ac83183 /gtkcasts_unix.go
parentc02948847e9fb6102926a8a80c8feb817403db29 (diff)
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.
Diffstat (limited to 'gtkcasts_unix.go')
-rw-r--r--gtkcasts_unix.go2
1 files changed, 1 insertions, 1 deletions
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"