Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/alecthomas/types

Useful generic types for Go
https://github.com/alecthomas/types

Last synced: 16 days ago
JSON representation

Useful generic types for Go

Awesome Lists containing this project

README

        

# Useful generic types for Go

[![PkgGoDev](https://pkg.go.dev/badge/github.com/alecthomas/types)](https://pkg.go.dev/github.com/alecthomas/types) [![GHA Build](https://github.com/alecthomas/types/actions/workflows/ci.yml/badge.svg)](https://github.com/alecthomas/types/actions)
[![Slack chat](https://img.shields.io/static/v1?logo=slack&style=flat&label=slack&color=green&message=gophers)](https://gophers.slack.com/messages/CN9DS8YF3)

I've found myself reimplementing some small types and patterns in a lot of my
recent Go projects, so I thought I'd distill them into a single package.

Refer to the [package docs](https://pkg.go.dev/github.com/alecthomas/types) for details.