aboutsummaryrefslogtreecommitdiff
path: root/weed/filesys/dir_link.go
diff options
context:
space:
mode:
authorChris Lu <chrislusf@users.noreply.github.com>2019-01-16 17:22:32 -0800
committerGitHub <noreply@github.com>2019-01-16 17:22:32 -0800
commit041d29eea302edad6a988b0f10b21dd42ba5ba16 (patch)
tree1be9b1b5e7f91693f4cabe3ae0d114cb7f7dced6 /weed/filesys/dir_link.go
parent123df7453f75c437c98ed12c14ad48748140563a (diff)
parentab6be025d76748388ad3eea6fe6ca000db1c2435 (diff)
downloadseaweedfs-041d29eea302edad6a988b0f10b21dd42ba5ba16.tar.xz
seaweedfs-041d29eea302edad6a988b0f10b21dd42ba5ba16.zip
Merge pull request #838 from bingoohuang/master
go fmt and fix some typo
Diffstat (limited to 'weed/filesys/dir_link.go')
-rw-r--r--weed/filesys/dir_link.go4
1 files changed, 2 insertions, 2 deletions
diff --git a/weed/filesys/dir_link.go b/weed/filesys/dir_link.go
index 570b41a3d..3b3735369 100644
--- a/weed/filesys/dir_link.go
+++ b/weed/filesys/dir_link.go
@@ -6,10 +6,10 @@ import (
"syscall"
"time"
- "github.com/seaweedfs/fuse"
- "github.com/seaweedfs/fuse/fs"
"github.com/chrislusf/seaweedfs/weed/glog"
"github.com/chrislusf/seaweedfs/weed/pb/filer_pb"
+ "github.com/seaweedfs/fuse"
+ "github.com/seaweedfs/fuse/fs"
)
var _ = fs.NodeSymlinker(&Dir{})