diff options
| author | Jeff Carr <[email protected]> | 2024-01-18 04:27:19 -0600 |
|---|---|---|
| committer | Jeff Carr <[email protected]> | 2024-01-18 04:27:19 -0600 |
| commit | 83daac1902d6d5fddebad6864e41ded648a854d4 (patch) | |
| tree | 47e2897e13ca441a66267a2b13e9f27fbe60d9fa /delete.go | |
| parent | b25f15ea7803e172204432082740d081e5f19f81 (diff) | |
path change
Signed-off-by: Jeff Carr <[email protected]>
Diffstat (limited to 'delete.go')
| -rw-r--r-- | delete.go | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -3,8 +3,8 @@ package main // if you include more than just this import // then your plugin might be doing something un-ideal (just a guess from 2023/02/27) import ( - "go.wit.com/lib/widget" "go.wit.com/log" + "go.wit.com/widget" ) // delete the child widget from the parent |
