From 94cc37880761d8e917a8de98522598b83f0f9f8f Mon Sep 17 00:00:00 2001 From: Jeff Carr Date: Thu, 18 Jan 2024 19:10:31 -0600 Subject: fix paths --- main.go | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'main.go') diff --git a/main.go b/main.go index 110b837..c35c829 100644 --- a/main.go +++ b/main.go @@ -1,9 +1,9 @@ // This creates a simple hello world window package main -import ( +import ( + "go.wit.com/gui" "go.wit.com/log" - "go.wit.com/gui/gui" ) var myGui *gui.Node // This is the beginning of the binary tree of widgets -- cgit v1.2.3