# README
godash
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: