Categorygithub.com/taciogt/godash
repositorypackage
0.7.0
Repository: https://github.com/taciogt/godash.git
Documentation: pkg.go.dev

# README

godash

Go Reference Version Go version

Tests Codacy Badge Codacy Badge

godash is a Go package that aims to make it easier to deal with common operations on everyday types like slices and maps. It is inspired by lodash and similar libraries.

Requirements

Go >= 1.21

Install

go get github.com/taciogt/godash

Documentation

Check the GoDoc here.

Sets

TODO

Slices

The Slices type are a custom type over the standard slice to allow for chainable calls. The available methods for slices are:

Some extra functionality is supported by the more specific ComparableSlice type:

References

Contributing