mirror of
https://github.com/ipfs/kubo.git
synced 2025-06-06 16:33:40 +08:00

we shouldn't use internal packages. License: MIT Signed-off-by: Juan Batiz-Benet <juan@benet.ai>
8 lines
404 B
Go
8 lines
404 B
Go
// Package incfusever is only here to prevent go src tools (like godep)
|
|
// from thinking fuseversion is not a required package. Though we do not
|
|
// actually use github.com/jbenet/go-fuse-version as a library, we
|
|
// _may_ need its binary. We avoid it as much as possible as compiling
|
|
// it _requires_ fuse headers. Users must be able to install go-ipfs
|
|
// without also installing fuse.
|
|
package incfusever
|