mirror of
https://github.com/ipfs/kubo.git
synced 2026-02-21 10:27:46 +08:00
fuse: fix govet warning
License: MIT Signed-off-by: Łukasz Magiera <magik6k@gmail.com>
This commit is contained in:
parent
5299299037
commit
c5f887dc2a
@ -8,6 +8,8 @@ import (
|
||||
core "github.com/ipfs/go-ipfs/core"
|
||||
)
|
||||
|
||||
type errNeedFuseVersion error // used in tests, needed in OSX
|
||||
|
||||
func Mount(node *core.IpfsNode, fsdir, nsdir string) error {
|
||||
return errors.New("not compiled in")
|
||||
}
|
||||
|
||||
@ -30,6 +30,8 @@ var platformFuseChecks = func(*core.IpfsNode) error {
|
||||
return nil
|
||||
}
|
||||
|
||||
type errNeedFuseVersion error // used in tests, needed in OSX
|
||||
|
||||
func Mount(node *core.IpfsNode, fsdir, nsdir string) error {
|
||||
// check if we already have live mounts.
|
||||
// if the user said "Mount", then there must be something wrong.
|
||||
|
||||
Loading…
Reference in New Issue
Block a user