https://github.com/peter-mount/golib
A connection of go libraries of code shared amongst other projects
https://github.com/peter-mount/golib
Last synced: 5 months ago
JSON representation
A connection of go libraries of code shared amongst other projects
- Host: GitHub
- URL: https://github.com/peter-mount/golib
- Owner: peter-mount
- License: apache-2.0
- Created: 2018-01-08T09:58:42.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2024-04-19T12:27:22.000Z (about 2 years ago)
- Last Synced: 2025-08-13T23:44:54.289Z (11 months ago)
- Language: Go
- Size: 87.9 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# golib
A connection of go libraries of code shared amongst other projects.
Each library is documented within each one's README.md file
## codec
A simple codec used to marshal/unmarshal binary data in a simple compact manner
## rabbitmq
A wrapper around the github.com/streadway/amqp library which handles most of the boiler plate code for you.
This library also supports configuration using a yaml library.
## statistics
A thread safe statistic collection library
## util
Miscelaneous functions that don't warrant their own library.