diff options
| author | Pietro Gagliardi <[email protected]> | 2014-02-19 11:41:10 -0500 |
|---|---|---|
| committer | Pietro Gagliardi <[email protected]> | 2014-02-19 11:41:10 -0500 |
| commit | fb82e651a4c90c3dd79d6ba08613b382f474a868 (patch) | |
| tree | 840f40c3e3362b6999446a96dc69b2f11ac83183 /dialog_unix.go | |
| parent | c02948847e9fb6102926a8a80c8feb817403db29 (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 'dialog_unix.go')
| -rw-r--r-- | dialog_unix.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dialog_unix.go b/dialog_unix.go index 83e5f29..4676cc4 100644 --- a/dialog_unix.go +++ b/dialog_unix.go @@ -1,7 +1,7 @@ // +build !windows,!darwin,!plan9 // 7 february 2014 -package main +package ui import ( "unsafe" |
