sudhanshu456 / go-lodash

implementation of lodash library in Go 1.18 generics [WIP]

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

GO-Loadash

  • go implementation of the popular lodash library.

Supportss Go version 1.18beta1

// implementations

  • Chunk
  • Compact
  • Concat
  • Difference
  • DifferenceBy -> DifferenceByFunc
  • DifferenceWith -> DifferenceByFunc
  • Drop
  • DropWhile -> DropWhileFunc
  • DropRight
  • DropRightWhile -> DropRightWhileFunc
  • fill
  • findIndex

About

implementation of lodash library in Go 1.18 generics [WIP]


Languages

Language:Go 100.0%