diff options
| author | Jeff Carr <[email protected]> | 2024-01-21 02:10:00 -0600 |
|---|---|---|
| committer | Jeff Carr <[email protected]> | 2024-01-21 02:10:00 -0600 |
| commit | afaa9dede241feac32181ce6a1afb284704fa40c (patch) | |
| tree | cedcb5f1a35b187c61c00b011889c52eca3ac9f1 /structs.go | |
| parent | f0b712faf865b460b8be7a9edfd78e1b3852cae5 (diff) | |
fixes for new paths
Signed-off-by: Jeff Carr <[email protected]>
Diffstat (limited to 'structs.go')
| -rw-r--r-- | structs.go | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -2,7 +2,7 @@ package cloudflare import ( - "go.wit.com/gui/gui" + "go.wit.com/gui" "go.wit.com/lib/gadgets" ) |
