From b8cca8ce638d8c13585d8c2bbe9a96ffbcec2983 Mon Sep 17 00:00:00 2001 From: Jeff Carr Date: Thu, 18 Jan 2024 19:08:33 -0600 Subject: fix paths Signed-off-by: Jeff Carr --- main.go | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'main.go') diff --git a/main.go b/main.go index 7e85f49..4ff2388 100644 --- a/main.go +++ b/main.go @@ -1,10 +1,10 @@ // This creates a simple hello world window package main -import ( +import ( + "go.wit.com/gui" + "go.wit.com/lib/gadgets" "go.wit.com/log" - "go.wit.com/gui/gui" - "go.wit.com/gui/gadgets" ) var myGui *gui.Node // This is the beginning of the binary tree of widgets -- cgit v1.2.3