Skip to content

se-dev-pion/functools

Repository files navigation

functools

GitHub Tag GitHub License GitHub Actions Workflow Status Codecov

A library enhancing functional programming support for Golang.

Getting Started

Prerequisites

functools requires Go version 1.18 or above.

Getting functools

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

About

A library enhancing functional programming support for Golang.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages