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

Latest commit

 

History

History
27 lines (16 loc) · 955 Bytes

File metadata and controls

27 lines (16 loc) · 955 Bytes

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