diff options
Diffstat (limited to 'main.go')
| -rw-r--r-- | main.go | 8 |
1 files changed, 4 insertions, 4 deletions
@@ -1,10 +1,10 @@ package main -import ( - "go.wit.com/log" +import ( + "go.wit.com/bug/debugger" "go.wit.com/gui/gui" - "go.wit.com/gui/debugger" - "go.wit.com/gui/cloudflare" + "go.wit.com/lib/gui/cloudflare" + "go.wit.com/log" ) var title string = "Cloudflare DNS Control Panel" |
