mirror of
https://github.com/ipfs/kubo.git
synced 2025-10-30 01:17:37 +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
|