Categorygithub.com/golodash/godash
module
1.3.0
Repository: https://github.com/golodash/godash.git
Documentation: pkg.go.dev

# README

What Is Godash?

Godash is inspired by lodash nodejs utility library delivering modularity.

Basically we are going to use their documentation and recreate what they did in nodejs, inside golang and of course if anyone wants to add more tools than lodash documentation, please feel free to create an issue, fork and contribute.

How to install

Simply write:

go get github.com/golodash/godash

Note: version 1.X.X is compatible with go version 1.17 and higher.

Progress

  • functions package with different functions added.
  • generals package with different functions added.
  • maths package with different functions added.
  • numbers package with different functions added.
  • slices package with different functions added.
  • strings package with different functions added.
  • Added different test cases and benchmarks for every function. (not for alias functions)
  • Library added to pkg.go.dev.

Documentation

Whole documentation can be accessed in godash.maktoobgar.ir web address.

Note: If documentation is not ready for your desired function, use function's documentation which is a comment on top of the function until all documents get ready.

# Packages

No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author