nashtsai / project-template

Sample Go Project Template (based on the layout from the Standard Project Layout repo)

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Go Project Template

This is an opinionated Go project template you can use as a starting point for your project. It doesn't include any code generation, so you'll need to replace the placeholder variables/values/names with your own.

Clone the repository, keep what you need and delete everything else! Feel free to replace the parts that don't align with your use cases (e.g., you may prefer/use a different vendoring tool).

See Go Project Layout for a more generic and a less opinionated starting point for your project.

About

Sample Go Project Template (based on the layout from the Standard Project Layout repo)