go-funk
Utility library
A modern Go utility library providing generic helpers such as contains, find, filter, etc. using reflect technology.
A modern Go utility library which provides helpers (map, find, contains, filter, ...)
5k stars
40 watching
272 forks
Language: Go
last commit: 4 months ago
Linked from 2 awesome lists
Related projects:
Repository | Description | Stars |
---|---|---|
samber/lo | A Lodash-style Go library with generic implementations of common functional programming operations. | 17,929 |
go-git/go-git | A high-level implementation of the Git version control system in Go | 5,995 |
go-kit/kit | A toolkit for building microservices in Go | 26,621 |
google/go-containerregistry | A Go library and CLIs for working with container registries | 3,143 |
samber/mo | A comprehensive set of functional programming abstractions | 2,661 |
hexdigest/gowrap | A tool for generating decorators around Go interfaces with various features such as metrics and fallbacks. | 1,091 |
deckarep/golang-set | A Go implementation of a set data structure with concurrency and generic support. | 4,217 |
grofers/go-codon | Generates Go server code from REST and workflow specifications | 142 |
davecgh/go-spew | Provides a deep pretty printer for Go data structures to aid in debugging | 6,089 |
koddr/tutorial-go-fiber-rest-api | Builds a RESTful API on Go with Fiber, PostgreSQL, JWT and Swagger documentation in isolated Docker containers. | 378 |
spf13/pflag | Provides a drop-in replacement for Go's native flag package to support POSIX/GNU-style flags. | 2,424 |
jessevdk/go-flags | A command line option parser library for Go. | 2,596 |
logic-building/functional-go | A Go library that enables functional programming concepts such as mapping and transforming data structures in a concise and expressive way. | 181 |
golang/tools | Provides tools and packages for static analysis and code transformation of Go programs. | 7,401 |
gogs/gogs | A self-hosted Git service written in Go, providing features and functionality similar to popular Git services. | 45,084 |