From fb82e651a4c90c3dd79d6ba08613b382f474a868 Mon Sep 17 00:00:00 2001 From: Pietro Gagliardi Date: Wed, 19 Feb 2014 11:41:10 -0500 Subject: 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. --- unmigrated/stdfont_windows.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'unmigrated/stdfont_windows.go') 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" -- cgit v1.2.3