3. Conventions

ConventionBackground
Architecture documentationThe architecture documentation is in the style of arc42 documentation.
Coding guidelines for GoThe corresponding coding guidelines are adhered to during development in Go. The guidelines are available here.
Clean CodeDuring development, word placed particular emphasis on clean code. Code smells are to be avoided.