switching_to_seaweedfs_fuse

This commit is contained in:
Chris Lu
2018-12-29 10:31:36 -08:00
parent 0c932d1738
commit d7bf6c5b91
10 changed files with 17 additions and 17 deletions

View File

@@ -6,8 +6,8 @@ import (
"syscall"
"time"
"bazil.org/fuse"
"bazil.org/fuse/fs"
"github.com/seaweedfs/fuse"
"github.com/seaweedfs/fuse/fs"
"github.com/chrislusf/seaweedfs/weed/glog"
"github.com/chrislusf/seaweedfs/weed/pb/filer_pb"
)