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

https://github.com/josestg/pair

A generic pair type for Go with JSON and SQL serialization support.
https://github.com/josestg/pair

Last synced: about 1 month ago
JSON representation

A generic pair type for Go with JSON and SQL serialization support.

Awesome Lists containing this project

README

        

# pair

A generic pair type for Go with JSON and SQL serialization support.

## Install

```bash
go get github.com/josest/pair
```