1
0
mirror of https://github.com/ipfs/kubo.git synced 2025-07-02 12:20:03 +08:00
This commit is contained in:
Brian Tiger Chow
2014-11-06 03:13:58 -08:00
committed by Juan Batiz-Benet
parent 18cce63ab6
commit 8cc1f67f76

View File

@ -29,9 +29,9 @@ var addCmd = &cmds.Command{
n := req.Context().Node n := req.Context().Node
// if recursive, set depth to reflect so // if recursive, set depth to reflect so
//opt, found := req.Option("r") // opt, found := req.Option("r")
//if r, _ := opt.(bool); found && r { // if r, _ := opt.(bool); found && r {
//} // }
added := make([]Object, len(req.Arguments())) added := make([]Object, len(req.Arguments()))