diff options
Diffstat (limited to 'nocui/main.go')
| -rw-r--r-- | nocui/main.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/nocui/main.go b/nocui/main.go index 15f2954..dfaf50c 100644 --- a/nocui/main.go +++ b/nocui/main.go @@ -2,7 +2,7 @@ package main import ( "sync" - "go.wit.com/gui/gui/toolkit" + "go.wit.com/gui/toolkits" ) var muAction sync.Mutex |
