diff options
| author | Chris Lu <chrislusf@users.noreply.github.com> | 2019-10-29 19:43:56 -0700 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2019-10-29 19:43:56 -0700 |
| commit | d4f755347e4874cf0a2fd13480580f348b86a465 (patch) | |
| tree | 100be0c642c7863baac2d7bae4c84fda62960925 /weed/command | |
| parent | eb2172f63fcdf7f5455c142daaceb6b1a489f7f4 (diff) | |
| parent | c2884cace2fae44dd97d718db30a22ab70151d63 (diff) | |
| download | seaweedfs-d4f755347e4874cf0a2fd13480580f348b86a465.tar.xz seaweedfs-d4f755347e4874cf0a2fd13480580f348b86a465.zip | |
Merge pull request #1097 from iliul/misc-updated
misc updated
Diffstat (limited to 'weed/command')
| -rw-r--r-- | weed/command/mount_darwin.go | 1 | ||||
| -rw-r--r-- | weed/command/mount_freebsd.go | 1 | ||||
| -rw-r--r-- | weed/command/mount_linux.go | 1 |
3 files changed, 0 insertions, 3 deletions
diff --git a/weed/command/mount_darwin.go b/weed/command/mount_darwin.go index 5b3fff513..632691e47 100644 --- a/weed/command/mount_darwin.go +++ b/weed/command/mount_darwin.go @@ -1,7 +1,6 @@ package command import ( - "github.com/seaweedfs/fuse" ) diff --git a/weed/command/mount_freebsd.go b/weed/command/mount_freebsd.go index 5b3fff513..632691e47 100644 --- a/weed/command/mount_freebsd.go +++ b/weed/command/mount_freebsd.go @@ -1,7 +1,6 @@ package command import ( - "github.com/seaweedfs/fuse" ) diff --git a/weed/command/mount_linux.go b/weed/command/mount_linux.go index f07e5bfe8..7d94e5142 100644 --- a/weed/command/mount_linux.go +++ b/weed/command/mount_linux.go @@ -1,7 +1,6 @@ package command import ( - "github.com/seaweedfs/fuse" ) |
