Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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]
- Host: GitHub
- URL: https://github.com/nityanandagohain/go-lodash
- Owner: nityanandagohain
- Created: 2021-12-17T04:30:13.000Z (almost 3 years ago)
- Default Branch: master
- Last Pushed: 2022-04-29T05:52:42.000Z (over 2 years ago)
- Last Synced: 2024-10-04T16:14:55.967Z (about 1 month ago)
- Language: Go
- Homepage:
- Size: 17.6 KB
- Stars: 12
- Watchers: 2
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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