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

core/mount: make non-darwin archs see fuseversion
This commit is contained in:
Juan Batiz-Benet 2015-01-18 13:05:04 -08:00
commit 88d424cbac

9
core/commands/mount.go Normal file
View File

@ -0,0 +1,9 @@
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