aboutsummaryrefslogtreecommitdiff
path: root/weed/command/mount_linux.go
diff options
context:
space:
mode:
authorLei Liu <liul.stone@gmail.com>2019-11-27 22:57:14 +0800
committerLei Liu <liul.stone@gmail.com>2019-11-27 23:08:51 +0800
commit1ba3456ac260abd8a29b9fdb63fd361e055dbf38 (patch)
tree32746486a904bbf29b766e29b11994fb9786504a /weed/command/mount_linux.go
parent4c87b222f14cccd514045753178b182705a6c213 (diff)
downloadseaweedfs-1ba3456ac260abd8a29b9fdb63fd361e055dbf38.tar.xz
seaweedfs-1ba3456ac260abd8a29b9fdb63fd361e055dbf38.zip
go fmt
Signed-off-by: Lei Liu <liul.stone@gmail.com>
Diffstat (limited to 'weed/command/mount_linux.go')
-rw-r--r--weed/command/mount_linux.go2
1 files changed, 2 insertions, 0 deletions
diff --git a/weed/command/mount_linux.go b/weed/command/mount_linux.go
index 591951d4f..b49e7fff2 100644
--- a/weed/command/mount_linux.go
+++ b/weed/command/mount_linux.go
@@ -1,6 +1,8 @@
package command
import (
+ "strings"
+
"github.com/chrislusf/seaweedfs/weed/util"
"github.com/seaweedfs/fuse"
)