Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/alecthomas/types
- Owner: alecthomas
- License: mit
- Created: 2023-03-28T10:08:55.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2024-10-02T03:27:11.000Z (about 1 month ago)
- Last Synced: 2024-10-10T16:06:15.417Z (about 1 month ago)
- Language: Go
- Homepage:
- Size: 58.6 KB
- Stars: 11
- Watchers: 2
- Forks: 2
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: COPYING
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.