summaryrefslogtreecommitdiff
path: root/gtkcalls_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 /gtkcalls_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 'gtkcalls_unix.go')
-rw-r--r--gtkcalls_unix.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/gtkcalls_unix.go b/gtkcalls_unix.go
index 62802e1..95605e7 100644
--- a/gtkcalls_unix.go
+++ b/gtkcalls_unix.go
@@ -2,7 +2,7 @@
// TODO is there a way to simplify the above? :/
// 16 february 2014
-package main
+package ui
import (
"unsafe"