service-template

module
v0.0.0-...-f296039 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Aug 31, 2025 License: MIT

README

Any Service Template

A template for creating Golang based microservice from scratch.

Folder Hierarchy

The hierachy for this project is based on the below assumptions.

cmd/

This is the entrypoint for a service. This package defines the type or kind of service that is being developed. They can be a job, daemon, api based service or any other.

internal/

This package contains the code that the user intends to hide or disable others from importing them in other projects.

pkg/

This package contains sub packages that can be used across different projects, packages.

Directories

Path Synopsis
internal
pkg

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL