No description
| architecture.md | ||
| README.md | ||
Service Template
This repository is a barebones template for building a Go service.
It is intended to be forked or copied as a starting point for development, then adapted to the needs of the actual application.
What it provides:
- a minimal Go module
- an architecture guide in
architecture.md - a clean starting point for API-first service development
Typical use:
- fork this repository
- rename the service and packages as needed
- implement the first feature slices, API contracts, and database schema
The goal is to start from a small, explicit foundation rather than a prebuilt framework-heavy codebase.