Skip to content

Latest commit

 

History

History
9 lines (5 loc) · 274 Bytes

readme.md

File metadata and controls

9 lines (5 loc) · 274 Bytes

skeleton

Boiler plate build for a micro service.

Sets up a logger, a web service and has a Setup() function in the internal/app folder to hook up handlers etc.

Command line argument for log level is parsed.

Everything has 100% test including command line arg testing.