From 38a4e969beda577f282f98749fbef28e1bf83971 Mon Sep 17 00:00:00 2001 From: Jeff Carr Date: Wed, 3 Jan 2024 18:38:53 -0600 Subject: move widget.go in this archive Signed-off-by: Jeff Carr --- gocui/keybindings.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gocui/keybindings.go') diff --git a/gocui/keybindings.go b/gocui/keybindings.go index 2741800..be05336 100644 --- a/gocui/keybindings.go +++ b/gocui/keybindings.go @@ -7,7 +7,7 @@ package main import ( "os" "github.com/awesome-gocui/gocui" - "go.wit.com/gui/gui/toolkit" + "go.wit.com/gui/toolkits" ) func defaultKeybindings(g *gocui.Gui) error { -- cgit v1.2.3