mirror of
https://github.com/ipfs/kubo.git
synced 2025-09-15 03:03:08 +08:00

we shouldn't use internal packages. License: MIT Signed-off-by: Juan Batiz-Benet <juan@benet.ai>
10 lines
183 B
Go
10 lines
183 B
Go
// +build !nofuse
|
|
|
|
package incfusever
|
|
|
|
import (
|
|
fuseversion "github.com/ipfs/go-ipfs/Godeps/_workspace/src/github.com/jbenet/go-fuse-version"
|
|
)
|
|
|
|
var _ = fuseversion.LocalFuseSystems
|