From 4e7bbd89900a733593f0848778103c1cf1a7145d Mon Sep 17 00:00:00 2001 From: Jeff Carr Date: Mon, 1 Jan 2024 15:43:50 -0600 Subject: reorg to final resting place at go.wit.com/gui/gui Signed-off-by: Jeff Carr --- textbox.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'textbox.go') diff --git a/textbox.go b/textbox.go index 09dbc06..d772636 100644 --- a/textbox.go +++ b/textbox.go @@ -1,7 +1,7 @@ package gui import ( - "go.wit.com/gui/toolkit" + "go.wit.com/gui/gui/toolkit" ) func (parent *Node) NewTextbox(name string) *Node { -- cgit v1.2.3