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 --- button.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'button.go') diff --git a/button.go b/button.go index c9b5905..bdba1a5 100644 --- a/button.go +++ b/button.go @@ -1,6 +1,6 @@ package gui -import "go.wit.com/gui/toolkit" +import "go.wit.com/gui/gui/toolkit" func (parent *Node) NewButton(name string, custom func()) *Node { newNode := parent.newNode(name, toolkit.Button) -- cgit v1.2.3