提交 130532c5 作者: Brian Tiger Chow

rm errTODO

上级 b0f71432
package core
import (
"errors"
"fmt"
"io"
......@@ -92,8 +91,6 @@ type Mounts struct {
Ipns mount.Mount
}
var errTODO = errors.New("TODO")
type ConfigOption func(ctx context.Context) (*IpfsNode, error)
func NewIPFSNode(ctx context.Context, option ConfigOption) (*IpfsNode, error) {
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论