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

https://github.com/twmb/types

A helper package for arbitrary Go types.
https://github.com/twmb/types

Last synced: about 1 year ago
JSON representation

A helper package for arbitrary Go types.

Awesome Lists containing this project

README

          

types
=====

[![GoDev](https://img.shields.io/static/v1?label=godev&message=reference&color=00add8)][godev]
![GitHub](https://img.shields.io/github/license/twmb/types)
![GitHub tag (latest SemVer)](https://img.shields.io/github/v/tag/twmb/types)

[godev]: https://pkg.go.dev/github.com/twmb/types

`types` is a small Go package that provides simple helper functions on
arbitrary types. The aim is to provide drop in easy replcaements for rote
functions that are sometimes necessary.

If you stumble upon this repo and have an idea that seems to fit for an easy
drop in, please open an issue!