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.
Juan Batiz-Benet committed
Jan 18, 2015 at 12:37 UTC
132add2ffdd4e1d49752ea90f149ce510188019a
1 file changed
+9
core/commands/mount.go
new
+9
@@ -0,0 +1,9 @@
1
+package commands
2
+
3
+import (
4
+ fuseversion "github.com/jbenet/go-ipfs/Godeps/_workspace/src/github.com/jbenet/go-fuse-version"
5
+)
6
+
7
+// this file is only here to prevent go src tools (like godep) from
8
+// thinking fuseversion is not a required package by non-darwin archs.
9
+var _ = fuseversion.LocalFuseSystems