Skip to content

robertscherbarth/go-service-skeleton

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

62 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

go-service-skeleton

This repository is a skeleton of a go micro-service. This was made with roughly 3 years experience writing and maintaining go services. The main idea in mind is to separate infrastructure components from and provide a service that does not need a lot of maintenance.

Directories

  • api api specification for http
  • cmd starting point to run the service
  • configs default config
  • internal application code

Sources