@cryptotaxi247 / kubo / commits / 130532c53

rm errTODO

Brian Tiger Chow committed Jan 10, 2015 at 21:36 UTC 130532c5323a445149b278efdec4563e8acfe68e
1 file changed -3
core/core.go
-3
@@ -1,7 +1,6 @@
1 package core
2
3 import (
4 - "errors"
4 "fmt"
5 "io"
6
@@ -92,8 +91,6 @@ type Mounts struct {
91 Ipns mount.Mount
92 }
93
95 -var errTODO = errors.New("TODO")
96 -
94 type ConfigOption func(ctx context.Context) (*IpfsNode, error)
95
96 func NewIPFSNode(ctx context.Context, option ConfigOption) (*IpfsNode, error) {