https://github.com/alecthomas/types
Useful generic types for Go
https://github.com/alecthomas/types
Last synced: over 1 year 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 3 years ago)
- Default Branch: master
- Last Pushed: 2025-03-14T17:38:34.000Z (over 1 year ago)
- Last Synced: 2025-03-14T18:41:32.651Z (over 1 year ago)
- Language: Go
- Homepage:
- Size: 58.6 KB
- Stars: 16
- Watchers: 2
- Forks: 3
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: COPYING
Awesome Lists containing this project
README
# Useful generic types for Go
[](https://pkg.go.dev/github.com/alecthomas/types) [](https://github.com/alecthomas/types/actions)
[](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.