Skip to content
This repository was archived by the owner on Feb 2, 2026. It is now read-only.

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