Skip to content

Latest commit

 

History

History
37 lines (23 loc) · 1.44 KB

README.md

File metadata and controls

37 lines (23 loc) · 1.44 KB

skeleton

A simple skeleton server where we document our conventions through real code.

Build Status codecov Go Report Card Apache V2 License PkgGoDev

Summary

The skeleton server is the place where we can define what our servers should look like and how we assemble them. It is intentionally simple so that doing a few important things is both simple and clear. This has the following benefits:

  1. It's easy to see what we want to do.
  2. It's easy to proove that it will work.
  3. It's a good base for new servers that will be built.

Details

Add details here.

Install

Add details here.

Contributing

Refer to CONTRIBUTING.md.

Code of Conduct

This project and everyone participating in it are governed by the XMiDT Code Of Conduct. By participating, you agree to this Code.