diff options
| author | Lei Liu <liul.stone@gmail.com> | 2019-11-27 22:57:14 +0800 |
|---|---|---|
| committer | Lei Liu <liul.stone@gmail.com> | 2019-11-27 23:08:51 +0800 |
| commit | 1ba3456ac260abd8a29b9fdb63fd361e055dbf38 (patch) | |
| tree | 32746486a904bbf29b766e29b11994fb9786504a /weed/command/mount_linux.go | |
| parent | 4c87b222f14cccd514045753178b182705a6c213 (diff) | |
| download | seaweedfs-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.go | 2 |
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" ) |
