Categorygithub.com/johnmurray/typed
repositorypackage
0.0.1
Repository: https://github.com/johnmurray/typed.git
Documentation: pkg.go.dev

# README

typed

Go

Typed is a simple and pragmatic set of type wrappers for common use-cases with Go 1.18+. This library aims to be simple and usable in production environments.

The Go team decided not to update libraries in 1.18 alongside the release of generics. I strongly agree with this move, and so this library aims to provide wrappers for common operations and types as both an experiment in typing in Go 1.18+ and also a transitionary package as the standard library evolves over future releases.