Skip to content

Commit

Permalink
implement ipfs files command
Browse files Browse the repository at this point in the history
License: MIT
Signed-off-by: Jeromy <[email protected]>
  • Loading branch information
whyrusleeping committed Sep 30, 2015
1 parent 2a2b237 commit de41a9f
Show file tree
Hide file tree
Showing 6 changed files with 944 additions and 7 deletions.
5 changes: 5 additions & 0 deletions core/builder.go
Original file line number Diff line number Diff line change
Expand Up @@ -159,5 +159,10 @@ func setupNode(ctx context.Context, n *IpfsNode, cfg *BuildCfg) error {
}
n.Resolver = &path.Resolver{DAG: n.DAG}

err = n.loadFilesRoot()
if err != nil {
return err
}

return nil
}
Loading

0 comments on commit de41a9f

Please sign in to comment.