summaryrefslogtreecommitdiff
path: root/gocui/view.go
diff options
context:
space:
mode:
authorJeff Carr <[email protected]>2024-01-03 18:38:53 -0600
committerJeff Carr <[email protected]>2024-01-03 18:38:53 -0600
commit38a4e969beda577f282f98749fbef28e1bf83971 (patch)
tree1cb914687430390c2446d08c34b1b458382d5308 /gocui/view.go
parentb54d69717383e6301cb335a3e490e1892399d46b (diff)
move widget.go in this archive
Signed-off-by: Jeff Carr <[email protected]>
Diffstat (limited to 'gocui/view.go')
-rw-r--r--gocui/view.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/gocui/view.go b/gocui/view.go
index 08117fc..74c1309 100644
--- a/gocui/view.go
+++ b/gocui/view.go
@@ -8,7 +8,7 @@ import (
"strings"
"github.com/awesome-gocui/gocui"
- "go.wit.com/gui/gui/toolkit"
+ "go.wit.com/gui/toolkits"
)
func splitLines(s string) []string {