From 9f7da73c67e391e1797479f99a0578bde0fe2c0e Mon Sep 17 00:00:00 2001 From: Jeff Carr Date: Wed, 20 Dec 2023 14:15:00 -0600 Subject: move to go.wit.com/gui Signed-off-by: Jeff Carr --- label.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'label.go') diff --git a/label.go b/label.go index 4525769..d298d2d 100644 --- a/label.go +++ b/label.go @@ -1,7 +1,7 @@ package gui import ( - "git.wit.org/wit/gui/toolkit" + "go.wit.com/gui/toolkit" ) func (parent *Node) NewLabel(text string) *Node { -- cgit v1.2.3