go-lodash

implementation of lodash library in Go 1.18 generics [WIP]

Stars
12

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