No description
Find a file Use this template
2026-03-08 14:30:31 +05:30
architecture.md Revise architecture.md 2026-03-08 14:27:59 +05:30
README.md Add readme 2026-03-08 14:30:31 +05:30

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.