Commit 88d424cb authored by Juan Batiz-Benet's avatar Juan Batiz-Benet

Merge pull request #599 from jbenet/fix-fuseversion-vendoring

core/mount: make non-darwin archs see fuseversion
parents 2963f48f 132add2f
package commands
import (
fuseversion "github.com/jbenet/go-ipfs/Godeps/_workspace/src/github.com/jbenet/go-fuse-version"
)
// this file is only here to prevent go src tools (like godep) from
// thinking fuseversion is not a required package by non-darwin archs.
var _ = fuseversion.LocalFuseSystems
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment