core/mount: make non-darwin archs see fuseversion

See the note:

// this file is only here to prevent go src tools (like godep) from
// thinking fuseversion is not a required package by non-darwin archs.
This commit is contained in:
Juan Batiz-Benet 2015-01-18 12:37:39 -08:00
parent 2963f48f62
commit 132add2ffd

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