Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/nityanandagohain/go-lodash

implementation of lodash library in Go 1.18 generics [WIP]
https://github.com/nityanandagohain/go-lodash

Last synced: 24 days ago
JSON representation

implementation of lodash library in Go 1.18 generics [WIP]

Awesome Lists containing this project

README

        

## GO-Loadash

* go implementation of the popular lodash library.

Supportss Go version 1.18beta1

// implementations

- [x] Chunk
- [ ] ~~Compact~~
- [x] Concat
- [x] Difference
- [x] DifferenceBy -> DifferenceByFunc
- [x] DifferenceWith -> DifferenceByFunc
- [x] Drop
- [x] DropWhile -> DropWhileFunc
- [x] DropRight
- [x] DropRightWhile -> DropRightWhileFunc
- [x] fill
- [ ] findIndex