A simple layout for a micro service written in golang
We are using the codegansta cli package for all configuration management.
We are using the echo micro web framework for the foundation of our micro services. It is super fast and provides the ability to plug in middleware and a pretty neat router.
The logrus package is used for logging and is API compatible wit hthe standard library logger.
- Add some simple metrics (in-memory)
- Add some health checks
- Add tests