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.
- Host: GitHub
- URL: https://github.com/josestg/pair
- Owner: josestg
- License: mit
- Created: 2024-02-20T11:08:08.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-02-28T12:51:52.000Z (about 1 year ago)
- Last Synced: 2025-01-31T06:47:07.500Z (3 months ago)
- Language: Go
- Homepage:
- Size: 3.91 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
```