diff options
| author | Jeff Carr <[email protected]> | 2024-01-03 18:38:53 -0600 |
|---|---|---|
| committer | Jeff Carr <[email protected]> | 2024-01-03 18:38:53 -0600 |
| commit | 38a4e969beda577f282f98749fbef28e1bf83971 (patch) | |
| tree | 1cb914687430390c2446d08c34b1b458382d5308 /gocui/add.go | |
| parent | b54d69717383e6301cb335a3e490e1892399d46b (diff) | |
move widget.go in this archive
Signed-off-by: Jeff Carr <[email protected]>
Diffstat (limited to 'gocui/add.go')
| -rw-r--r-- | gocui/add.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gocui/add.go b/gocui/add.go index 8e87f86..35718b7 100644 --- a/gocui/add.go +++ b/gocui/add.go @@ -1,7 +1,7 @@ package main import ( - "go.wit.com/gui/gui/toolkit" + "go.wit.com/gui/toolkits" ) var fakeStartWidth int = me.FakeW |
