From 40a9dc55c90e8c9261d9471ceae0c8ed3a8067a0 Mon Sep 17 00:00:00 2001 From: Pietro Gagliardi Date: Tue, 4 Mar 2014 23:10:48 -0500 Subject: Changed the ".." import in the test binary to a proper "github.com/andlabs/ui" import. (This means I finally moved my working environment out of a folder src/wingo and into the proper src/github.com/andlabs/ui.) --- test/main.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test/main.go') diff --git a/test/main.go b/test/main.go index f6a26a3..11cf19f 100644 --- a/test/main.go +++ b/test/main.go @@ -4,7 +4,7 @@ package main import ( "fmt" "flag" - . ".." + . "github.com/andlabs/ui" ) var prefsizetest = flag.Bool("prefsize", false, "") -- cgit v1.2.3