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.
- Host: GitHub
- URL: https://github.com/orian/utils
- Owner: orian
- License: mit
- Created: 2015-07-25T16:15:55.000Z (almost 11 years ago)
- Default Branch: master
- Last Pushed: 2020-12-12T14:50:12.000Z (over 5 years ago)
- Last Synced: 2026-04-08T20:54:06.915Z (3 months ago)
- Language: Go
- Size: 35.2 KB
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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