This commit is contained in:
Chris Lu
2018-05-05 23:39:29 -07:00
parent 456738ba64
commit b857cf9d9b
2 changed files with 9 additions and 7 deletions

View File

@@ -1,10 +1,11 @@
package filesys
import (
"bazil.org/fuse"
"fmt"
"github.com/chrislusf/seaweedfs/weed/filer"
"context"
"fmt"
"bazil.org/fuse"
"github.com/chrislusf/seaweedfs/weed/filer"
)
type File struct {