thoas / go-funk

A modern Go utility library which provides helpers (map, find, contains, filter, ...)

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Generics coming into Go 1.18

samber opened this issue · comments

I just released a go-funk-style package, adding support for Go 1.18+ generics.

https://github.com/samber/lo

This is a hard fork, since it brings a lot of breaking changes.

80% coverage of Lodash specs.

commented

Hi @samber,

Great work, really! I was looking for time to port go-funk with generics (of course with breaking changes), I think it's time to flag the library 1.x too.

If you want to integrate your hard fork into go-funk, I can add you as collaborator.

commented

closing this issue, since lo will have its own path :)

Thank you for your work!