diff options
| author | Chris Lu <chris.lu@gmail.com> | 2018-10-14 00:30:20 -0700 |
|---|---|---|
| committer | Chris Lu <chris.lu@gmail.com> | 2018-10-14 00:30:20 -0700 |
| commit | 91ac2e0dd920c0f629f4076202267afbac74a62c (patch) | |
| tree | 62fd114662eb8e3f3a2785199b013bc770ccdfe6 /weed/server/common.go | |
| parent | 249eeccf32261171bf2806a39bef10e797894343 (diff) | |
| download | seaweedfs-91ac2e0dd920c0f629f4076202267afbac74a62c.tar.xz seaweedfs-91ac2e0dd920c0f629f4076202267afbac74a62c.zip | |
go fmt
Diffstat (limited to 'weed/server/common.go')
| -rw-r--r-- | weed/server/common.go | 2 |
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 |
