diff --git a/main.go b/main.go index c106a17..e4be677 100644 --- a/main.go +++ b/main.go @@ -6,7 +6,11 @@ import ( "os" "strings" - "github.com/nanobox-core/nanobox-server/utils" + "github.com/nanobox-core/utils" +) + +const ( + DefaultDir = "./tmp/db" ) //