BooleanCat / go-functional

go-functional is a library of iterators to augment the standard library
MIT License
452 stars 23 forks source link

Move find to iter.go #54

Closed Rajan-226 closed 1 year ago

Rajan-226 commented 1 year ago

Please provide a brief description of the change.

Move Find to iter.go

Which issue does this change relate to?

Please provide a link to the issue that this change resolved.

If there is no such issue, consider creating one first. Discussions concerning proposed changes ought to take place in an issue and not in pull requests. Pull requests not associated with an issue are less likely to be merged and more likely to ask for changes.

Contribution checklist.

Replace the space in each box with "X" to check it off.

Additional context

Add any other context about the problem here.

codecov[bot] commented 1 year ago

Codecov Report

Patch coverage: 100.00% and no project coverage change.

Comparison is base (291888d) 100.00% compared to head (d6063ee) 100.00%.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #54 +/- ## ========================================= Coverage 100.00% 100.00% ========================================= Files 19 18 -1 Lines 382 382 ========================================= Hits 382 382 ``` | [Files Changed](https://app.codecov.io/gh/BooleanCat/go-functional/pull/54?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Tom+Godkin) | Coverage Δ | | |---|---|---| | [iter/iter.go](https://app.codecov.io/gh/BooleanCat/go-functional/pull/54?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Tom+Godkin#diff-aXRlci9pdGVyLmdv) | `100.00% <100.00%> (ø)` | |

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.

Rajan-226 commented 1 year ago

@BooleanCat Please check