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

https://github.com/orian/utils

A library of Go utils too small to create separate packages.
https://github.com/orian/utils

Last synced: 3 months ago
JSON representation

A library of Go utils too small to create separate packages.

Awesome Lists containing this project

README

          

# orian/utils
It's a collection of util functions I've created when developing stuff in Go.

- orian/utils/ids encodes int ids into URL strings
- orian/utils/reflect has functions helping to manage data structures through
reflection