summaryrefslogtreecommitdiff
path: root/init_windows.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 /init_windows.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 'init_windows.go')
-rw-r--r--init_windows.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/init_windows.go b/init_windows.go
index 0036047..9d22b34 100644
--- a/init_windows.go
+++ b/init_windows.go
@@ -1,5 +1,5 @@
// 8 february 2014
-package main
+package ui
import (
"fmt"