1
0
mirror of https://github.com/ipfs/kubo.git synced 2025-07-15 07:58:15 +08:00

blocks: move block format to it's own repo

We need to reference it from outside of this repo.

License: MIT
Signed-off-by: Steven Allen <steven@stebalien.com>
This commit is contained in:
Steven Allen
2017-06-15 21:02:21 -07:00
committed by Łukasz Magiera
parent fa5c0d40cd
commit bccd4d4e8f
35 changed files with 33 additions and 213 deletions

View File

@ -10,7 +10,7 @@ import (
"testing"
"time"
"github.com/ipfs/go-ipfs/blocks"
"github.com/ipfs/go-block-format"
"github.com/ipfs/go-ipfs/blocks/blockstore"
"github.com/ipfs/go-ipfs/blockservice"
"github.com/ipfs/go-ipfs/commands/files"