diff options
Diffstat (limited to 'andlabs/main.go')
| -rw-r--r-- | andlabs/main.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/andlabs/main.go b/andlabs/main.go index c1fc7ac..b135563 100644 --- a/andlabs/main.go +++ b/andlabs/main.go @@ -2,7 +2,7 @@ package main import ( "sync" - "go.wit.com/gui/gui/toolkit" + "go.wit.com/gui/toolkits" "github.com/andlabs/ui" // the _ means we only need this for the init() |
