mirror of
https://github.com/ipfs/kubo.git
synced 2026-03-07 09:17:49 +08:00
Merge pull request #599 from jbenet/fix-fuseversion-vendoring
core/mount: make non-darwin archs see fuseversion
This commit is contained in:
commit
88d424cbac
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