diff options
| author | Jeff Carr <[email protected]> | 2024-01-03 14:41:03 -0600 |
|---|---|---|
| committer | Jeff Carr <[email protected]> | 2024-01-03 14:41:03 -0600 |
| commit | eb14f1d21fbdde46d8c31ce5dd5927f7798622d6 (patch) | |
| tree | eea106e97422935e5f5c9314cb85e4793d237b17 /config.go | |
| parent | 5e485f20d9893034eb37d4c92608ee4cb9b57c6a (diff) | |
use 'gui/debugger'
Signed-off-by: Jeff Carr <[email protected]>
Diffstat (limited to 'config.go')
| -rw-r--r-- | config.go | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -6,7 +6,7 @@ import ( "bufio" "strings" - "go.wit.com/control-panel-dns/cloudflare" + "go.wit.com/gui/cloudflare" ) var configfile string = ".config/wit/cloudflare" |
