lotus/blockstore/doc.go
Raúl Kripalani 35d1e3d1e0 refine docs.
2021-01-29 23:24:44 +00:00

10 lines
398 B
Go

// Package blockstore and subpackages contain most of the blockstore
// implementations used by Lotus.
//
// Blockstores not ultimately constructed out of the building blocks in this
// package may not work properly.
//
// This package re-exports parts of the go-ipfs-blockstore package such that
// no other package needs to import it directly, for ergonomics and traceability.
package blockstore