BooleanCat / go-functional

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

[Feature 🔨]: Merge v2 branch into main #116

Closed BooleanCat closed 2 months ago

BooleanCat commented 2 months ago

Is your feature request related to a problem? Please describe.

Visiting and using Go functional shouldn't require messing around with different branches.

Describe the solution you'd like

A single main branch. Note that usually I'd want a linear history (rebase merge or squash) but since I've tagged releases off of the v2 branch it will need to be a merge commit.

Provide code snippets to show how this new feature might be used.

N/A.

Does this incur a breaking change?

Yes.

Do you intend to build this feature yourself?

Yes.