mirror of
https://github.com/ipfs/kubo.git
synced 2026-02-21 10:27:46 +08:00
10 lines
185 B
Go
10 lines
185 B
Go
// +build !nofuse
|
|
|
|
package incfusever
|
|
|
|
import (
|
|
fuseversion "github.com/jbenet/go-ipfs/Godeps/_workspace/src/github.com/jbenet/go-fuse-version"
|
|
)
|
|
|
|
var _ = fuseversion.LocalFuseSystems
|