Categorygithub.com/peter-mount/golib
module
0.0.0-20231110110751-854b266cf448
Repository: https://github.com/peter-mount/golib.git
Documentation: pkg.go.dev

# 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.

# Packages

Banner is an implementation of SYSVbanner in GO.
A simple codec used to read or write binary data in a compact format.
Kernel is a simple microkernel that allows for Service's to be deployed within an application.
A simple amqp library for connecting to RabbitMQ This is a wrapper around the github.com/streadway/amqp library.
A basic REST server supporting HTTP.
No description provided by the author
Thread safe statistics Statistics are a collection of named values which are sampled over a predetermined sample period (default 1 minute).
No description provided by the author