https://github.com/smoke-trees/golash
Utility library inspired by lodash
https://github.com/smoke-trees/golash
debounce-function deburr golang lodash underscore utilities utility-library utils
Last synced: 4 months ago
JSON representation
Utility library inspired by lodash
- Host: GitHub
- URL: https://github.com/smoke-trees/golash
- Owner: smoke-trees
- License: apache-2.0
- Created: 2019-08-29T19:15:54.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2019-10-19T17:03:48.000Z (about 6 years ago)
- Last Synced: 2024-06-21T15:50:44.873Z (over 1 year ago)
- Topics: debounce-function, deburr, golang, lodash, underscore, utilities, utility-library, utils
- Language: Go
- Homepage:
- Size: 89.8 KB
- Stars: 4
- Watchers: 2
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
# Golash
* [Contribution guidelines](https://github.com/achhapolia10/golash/blob/master/CONTRIBUTING.md)
* [Code of conduct](https://github.com/achhapolia10/golash/blob/master/CODE_OF_CONDUCT.md)
[](https://github.com/achhapolia10/golash/actions)
[](https://codecov.io/gh/achhapolia10/golash/)
[](https://opensource.org/licenses/Apache-2.0)
[](https://godoc.org/github.com/smoke-trees/golash)
[](https://www.codefactor.io/repository/github/smoke-trees/golash)
[](https://goreportcard.com/report/github.com/smoke-trees/golash)
### What is Golash?
Golash is a general-purpose library for solving common tasks and issues faced by Go developers. It has been inspired by the Lodash library for JavaScript.
We welcome all contributions, so feel free to send a Pull Request our way! Remember to read our [code of conduct](https://github.com/achhapolia10/golash/blob/master/CODE_OF_CONDUCT.md) and [contribution guidelines](https://github.com/achhapolia10/golash/blob/master/CONTRIBUTING.md) beforehand.