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,12 +1,13 @@
package filesys
import (
"context"
"fmt"
"os"
"path"
"bazil.org/fuse/fs"
"bazil.org/fuse"
"context"
"os"
"fmt"
"path"
"github.com/chrislusf/seaweedfs/weed/filer"
)

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 {