From c2d31bf711ad92f02aae80533371ce2aa42a6266 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Zlatko=20=C4=8Calu=C5=A1i=C4=87?= Date: Sat, 5 Nov 2016 18:30:44 +0100 Subject: [PATCH] Sort directories --- server.go | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 {