aboutsummaryrefslogtreecommitdiff
path: root/weed/server/common.go
diff options
context:
space:
mode:
Diffstat (limited to 'weed/server/common.go')
-rw-r--r--weed/server/common.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/weed/server/common.go b/weed/server/common.go
index 22fe612e0..f1f2e4e4f 100644
--- a/weed/server/common.go
+++ b/weed/server/common.go
@@ -19,8 +19,8 @@ import (
"github.com/chrislusf/seaweedfs/weed/util"
_ "github.com/chrislusf/seaweedfs/weed/statik"
- statik "github.com/rakyll/statik/fs"
"github.com/gorilla/mux"
+ statik "github.com/rakyll/statik/fs"
)
var serverStats *stats.ServerStats