github.com/keltia/go-ipfs@v0.3.8-0.20150909044612-210793031c63/core/commands/incfusever/doc.go (about) 1 // Package incfusever is only here to prevent go src tools (like godep) 2 // from thinking fuseversion is not a required package. Though we do not 3 // actually use github.com/jbenet/go-fuse-version as a library, we 4 // _may_ need its binary. We avoid it as much as possible as compiling 5 // it _requires_ fuse headers. Users must be able to install go-ipfs 6 // without also installing fuse. 7 package incfusever