An open API service indexing awesome lists of open source software.

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

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)

[![Actions Status](https://github.com/smoke-trees/golash/workflows/CI/badge.svg)](https://github.com/achhapolia10/golash/actions)
[![codecov](https://codecov.io/gh/achhapolia10/golash/branch/master/graph/badge.svg)](https://codecov.io/gh/achhapolia10/golash/)
[![License](https://img.shields.io/badge/License-Apache%202.0-blue.svg)](https://opensource.org/licenses/Apache-2.0)
[![Documentation](https://godoc.org/github.com/smoke-trees/golash?status.svg)](https://godoc.org/github.com/smoke-trees/golash)
[![CodeFactor](https://www.codefactor.io/repository/github/smoke-trees/golash/badge)](https://www.codefactor.io/repository/github/smoke-trees/golash)
[![Go Report Card](https://goreportcard.com/badge/github.com/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.