# README
Purpose
This project contains some helpers to help you setup typical microservices with golang.
Building
go build ./...
LICENSE
The code is licensed under the MIT license, for details see LICENSE.txt
# Packages
Package amqputil provides AmqpContext to simplify AMQP interaction.
Package apputil provides basic application functions.
Package dbutil basically provides DbContext to simplify DB interaction.
Package serviceutil provides service helper functions.