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.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.go')
| -rw-r--r-- | dialog.go | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1,5 +1,5 @@ // 7 february 2014 -package main +package ui import ( "fmt" |
