diff options
Diffstat (limited to 'main.go')
| -rw-r--r-- | main.go | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -5,9 +5,9 @@ import ( "time" "go.wit.com/log" - "go.wit.com/gui/gui" - "go.wit.com/gui/debugger" - "go.wit.com/gui/digitalocean" + "go.wit.com/gui" + "go.wit.com/lib/debugger" + "go.wit.com/lib/gui/digitalocean" ) var title string = "Cloud App" |
