Skip to content

Commit

Permalink
removes files and object alias
Browse files Browse the repository at this point in the history
License: MIT
Signed-off-by: Michael Pfister <pfista@gmail.com>
  • Loading branch information
pfista committed Jun 6, 2016
1 parent 9fa5e38 commit eb156e0
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions core/commands/stat.go
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,6 @@ import (
humanize "github.com/ipfs/go-ipfs/Godeps/_workspace/src/github.com/dustin/go-humanize"

cmds "github.com/ipfs/go-ipfs/commands"
filescmds "github.com/ipfs/go-ipfs/core/commands/files"
objcmds "github.com/ipfs/go-ipfs/core/commands/object"
peer "gx/ipfs/QmQGwpJy9P4yXZySmqkZEXCmbBpJUb8xntCv8Ca4taZwDC/go-libp2p-peer"
metrics "gx/ipfs/QmQgQeBQxQmJdeUSaDagc8cr2ompDwGn13Cybjdtzfuaki/go-libp2p/p2p/metrics"
protocol "gx/ipfs/QmQgQeBQxQmJdeUSaDagc8cr2ompDwGn13Cybjdtzfuaki/go-libp2p/p2p/protocol"
Expand All @@ -33,9 +31,6 @@ for your ipfs node.`,
"bw": statBwCmd,
"repo": repoStatCmd,
"bitswap": bitswapStatCmd,
"block": blockStatCmd,
"files": filescmds.FilesStatCmd,
"object": objcmds.ObjectStatCmd,
},
}

Expand Down

0 comments on commit eb156e0

Please sign in to comment.