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. --- dialog_unix.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'dialog_unix.go') 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" -- cgit v1.2.3