summaryrefslogtreecommitdiff
path: root/sysdata_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 /sysdata_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 'sysdata_unix.go')
-rw-r--r--sysdata_unix.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/sysdata_unix.go b/sysdata_unix.go
index 3250b6d..650acc6 100644
--- a/sysdata_unix.go
+++ b/sysdata_unix.go
@@ -1,7 +1,7 @@
// +build !windows,!darwin,!plan9
// 16 february 2014
-package main
+package ui
import (
"fmt"