mirror of
https://github.com/ipfs/kubo.git
synced 2026-02-22 10:57:42 +08:00
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:
parent
2963f48f62
commit
132add2ffd
9
core/commands/mount.go
Normal file
9
core/commands/mount.go
Normal 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
|
||||
Loading…
Reference in New Issue
Block a user