A library enhancing functional programming support for Golang.
functools requires Go version 1.18 or above.
With Go's module support, go [build|run|test] automatically fetches the necessary dependencies when you add the import in your code:
import "github.com/se-dev-pion/functools"Alternatively, use go get:
go get -u github.com/se-dev-pion/functools