Skip to content

Commit

Permalink
remove some comments
Browse files Browse the repository at this point in the history
  • Loading branch information
olbrichattila committed Jul 14, 2024
1 parent 73574e4 commit ba34976
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions godi.go
Original file line number Diff line number Diff line change
Expand Up @@ -96,13 +96,11 @@ func (t *Cont) getRecursive(obj interface{}, callStack map[string]bool) (interfa

value, _, err := t.resolve(field.Type)
if err != nil {
// TODO we may want to join with a different error
return nil, err
}

_, err = t.getRecursive(value, callStack)
if err != nil {
// TODO we may want to join with a different error
return nil, err
}

Expand Down

0 comments on commit ba34976

Please sign in to comment.