diff --git a/core/commands/mount.go b/core/commands/mount.go new file mode 100644 index 000000000..5c38e1a25 --- /dev/null +++ b/core/commands/mount.go @@ -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