1
0
mirror of https://github.com/ipfs/kubo.git synced 2025-10-16 03:04:58 +08:00

update go-ipfs-cmds, fix context closing issue

License: MIT
Signed-off-by: Jeromy <jeromyj@gmail.com>
This commit is contained in:
Jeromy
2018-01-18 21:52:48 -08:00
parent 0bdc2574ce
commit 176d15656d
29 changed files with 33 additions and 33 deletions

View File

@ -4,7 +4,7 @@ import (
"strings"
"testing"
cmds "gx/ipfs/QmeQHu2YxKwgyThinyW7S3GtebRToQcxQKqxNQaRBBGzuG/go-ipfs-cmds"
cmds "gx/ipfs/QmUEB5nT4LG3TkUd5mkHrfRESUSgaUD4r7jSAYvvPeuWT9/go-ipfs-cmds"
)
func collectPaths(prefix string, cmd *cmds.Command, out map[string]struct{}) {