diff options
| author | Pietro Gagliardi <[email protected]> | 2014-03-04 23:10:48 -0500 |
|---|---|---|
| committer | Pietro Gagliardi <[email protected]> | 2014-03-04 23:10:48 -0500 |
| commit | 40a9dc55c90e8c9261d9471ceae0c8ed3a8067a0 (patch) | |
| tree | e8c781fae175135d5d86480f014588a9120164d3 /test/main.go | |
| parent | 692c75140a7cb84a3ec2254072ecb3197c34fb56 (diff) | |
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.)
Diffstat (limited to 'test/main.go')
| -rw-r--r-- | test/main.go | 2 |
1 files changed, 1 insertions, 1 deletions
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, "") |
