diff options
| author | Jeff Carr <[email protected]> | 2024-01-18 19:08:33 -0600 |
|---|---|---|
| committer | Jeff Carr <[email protected]> | 2024-01-18 19:08:33 -0600 |
| commit | b8cca8ce638d8c13585d8c2bbe9a96ffbcec2983 (patch) | |
| tree | 1ce19d9b19eeb1073fb96f5e51f06c4ddef6796e /main.go | |
| parent | 4f59e4bb8d7829f81faeda5a3455f88e9335cce1 (diff) | |
fix paths
Signed-off-by: Jeff Carr <[email protected]>
Diffstat (limited to 'main.go')
| -rw-r--r-- | main.go | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -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 |
