Commit 130532c5 authored by Brian Tiger Chow's avatar Brian Tiger Chow

rm errTODO

parent 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 is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment