1
0
Fork 0
mirror of https://github.com/chrislusf/seaweedfs synced 2024-06-25 20:09:30 +02:00

fix import

This commit is contained in:
chrislu 2022-02-13 04:23:06 -08:00
parent a1ef0e48a9
commit 0381338d40

View file

@ -1,6 +1,6 @@
package mount
import "github.com/hanwen/go-fuse/fuse"
import "github.com/hanwen/go-fuse/v2/fuse"
// https://github.com/libfuse/libfuse/blob/48ae2e72b39b6a31cb2194f6f11786b7ca06aac6/include/fuse.h#L778