• Stars
    star
    113
  • Rank 300,369 (Top 7 %)
  • Language
  • Created about 6 years ago
  • Updated almost 5 years ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

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

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.