1
0
mirror of https://github.com/ipfs/kubo.git synced 2025-05-21 08:56:37 +08:00

golint on core/commands

This commit is contained in:
rht
2015-06-03 18:44:28 +07:00
parent e671ab2f42
commit f239a38fbb
3 changed files with 3 additions and 5 deletions

View File

@ -223,9 +223,8 @@ func doMount(node *core.IpfsNode, fsdir, nsdir string) error {
if err1 != nil {
return fmtFuseErr(err1)
} else {
return fmtFuseErr(err2)
}
return fmtFuseErr(err2)
}
// setup node state, so that it can be cancelled