Commit 9d312e2f authored by Steven Allen's avatar Steven Allen

make code-climate happier

License: MIT
Signed-off-by: default avatarSteven Allen <steven@stebalien.com>
parent 6aa9623d
......@@ -40,6 +40,7 @@ type Resolver struct {
ResolveOnce func(ctx context.Context, ds node.DAGService, nd node.Node, names []string) (*node.Link, []string, error)
}
// NewBasicResolver constructs a new basic resolver.
func NewBasicResolver(ds node.DAGService) *Resolver {
return &Resolver{
DAG: ds,
......
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