diff options
| author | Jeff Carr <[email protected]> | 2024-01-18 04:08:32 -0600 |
|---|---|---|
| committer | Jeff Carr <[email protected]> | 2024-01-18 04:08:32 -0600 |
| commit | 95b019ad2215c1192e3fd05608427e38ddadf092 (patch) | |
| tree | 948f48e89d51d3da31c3d76577954881050164dc /tree.go | |
| parent | 66f87e34481df249b238d2b1490b6a0c1a3402e0 (diff) | |
pathsv0.0.2
Signed-off-by: Jeff Carr <[email protected]>
Diffstat (limited to 'tree.go')
| -rw-r--r-- | tree.go | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -5,7 +5,7 @@ package main */ import ( - "go.wit.com/lib/widget" + "go.wit.com/widget" ) // Other goroutines must use this to access the GUI |
