Skip to content

Instantly share code, notes, and snippets.

View lucian-ms's full-sized avatar
πŸ₯¨

Lucian A. lucian-ms

πŸ₯¨
View GitHub Profile
@lucian-ms
lucian-ms / svc.md
Created November 3, 2025 14:38
Service separation & package split in a Go monorepo

Proposed service structure

services/
    β”‚
    β”œβ”€β”€ service1
    β”‚   β”œβ”€β”€ cmd/
    β”‚   β”‚   └── service1
    |   |       └──main.go