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

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

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.