aboutsummaryrefslogtreecommitdiff
path: root/weed/filesys/file.go
diff options
context:
space:
mode:
Diffstat (limited to 'weed/filesys/file.go')
-rw-r--r--weed/filesys/file.go6
1 files changed, 3 insertions, 3 deletions
diff --git a/weed/filesys/file.go b/weed/filesys/file.go
index d63f9d62d..7ea14cc49 100644
--- a/weed/filesys/file.go
+++ b/weed/filesys/file.go
@@ -1,15 +1,15 @@
package filesys
import (
- "context"
"bazil.org/fuse"
"bazil.org/fuse/fs"
+ "context"
+ "github.com/chrislusf/seaweedfs/weed/filer2"
"github.com/chrislusf/seaweedfs/weed/glog"
"github.com/chrislusf/seaweedfs/weed/pb/filer_pb"
- "path/filepath"
"os"
+ "path/filepath"
"time"
- "github.com/chrislusf/seaweedfs/weed/filer2"
)
var _ = fs.Node(&File{})