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 /unmigrated | |
| 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 'unmigrated')
| -rw-r--r-- | unmigrated/cursors_windows.go | 2 | ||||
| -rw-r--r-- | unmigrated/icons_windows.go | 2 | ||||
| -rw-r--r-- | unmigrated/main_windows.go | 2 | ||||
| -rw-r--r-- | unmigrated/messages_windows.go | 2 | ||||
| -rw-r--r-- | unmigrated/stdfont_windows.go | 2 |
5 files changed, 5 insertions, 5 deletions
diff --git a/unmigrated/cursors_windows.go b/unmigrated/cursors_windows.go index 78fb1f8..3a45391 100644 --- a/unmigrated/cursors_windows.go +++ b/unmigrated/cursors_windows.go @@ -1,5 +1,5 @@ // 8 february 2014 -package main +package ui import ( // "syscall" diff --git a/unmigrated/icons_windows.go b/unmigrated/icons_windows.go index c28f158..f45291a 100644 --- a/unmigrated/icons_windows.go +++ b/unmigrated/icons_windows.go @@ -1,5 +1,5 @@ // 8 february 2014 -package main +package ui import ( // "syscall" diff --git a/unmigrated/main_windows.go b/unmigrated/main_windows.go index 3fcbdd2..afe6d3c 100644 --- a/unmigrated/main_windows.go +++ b/unmigrated/main_windows.go @@ -1,7 +1,7 @@ // +build ignore // 7 february 2014 -package main +package ui import ( "fmt" diff --git a/unmigrated/messages_windows.go b/unmigrated/messages_windows.go index e74b9fa..b021ae9 100644 --- a/unmigrated/messages_windows.go +++ b/unmigrated/messages_windows.go @@ -1,5 +1,5 @@ // 9 february 2014 -package main +package ui import ( // "syscall" diff --git a/unmigrated/stdfont_windows.go b/unmigrated/stdfont_windows.go index 8dcba9f..1ba086c 100644 --- a/unmigrated/stdfont_windows.go +++ b/unmigrated/stdfont_windows.go @@ -1,5 +1,5 @@ // 10 february 2014 -package main +package ui import ( // "syscall" |
