diff --git a/server.go b/server.go index bce9914..8da4022 100644 --- a/server.go +++ b/server.go @@ -24,10 +24,10 @@ func main() { // Create the missing directories dirs := []string{ "data", - "snapshots", "index", - "locks", "keys", + "locks", + "snapshots", "tmp", } for _, d := range dirs {