https://github.com/xmidt-org/skeleton
A simple skeleton server where we document our conventions through real code.
https://github.com/xmidt-org/skeleton
Last synced: 2 months ago
JSON representation
A simple skeleton server where we document our conventions through real code.
- Host: GitHub
- URL: https://github.com/xmidt-org/skeleton
- Owner: xmidt-org
- License: apache-2.0
- Created: 2024-12-11T00:40:05.000Z (5 months ago)
- Default Branch: main
- Last Pushed: 2025-03-05T04:36:30.000Z (3 months ago)
- Last Synced: 2025-03-05T05:28:40.436Z (3 months ago)
- Language: Go
- Size: 76.2 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
README
# skeleton
A simple skeleton server where we document our conventions through real code.
[](https://github.com/xmidt-org/skeleton/actions)
[](https://codecov.io/gh/xmidt-org/skeleton)
[](https://goreportcard.com/report/github.com/xmidt-org/skeleton)
[](https://github.com/xmidt-org/skeleton/blob/main/LICENSE)
[](https://pkg.go.dev/github.com/xmidt-org/skeleton)## 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](CONTRIBUTING.md).
## Code of Conduct
This project and everyone participating in it are governed by the [XMiDT Code Of Conduct](https://xmidt.io/docs/community/code_of_conduct/).
By participating, you agree to this Code.