An open API service indexing awesome lists of open source software.

https://github.com/golang-standards/project-template

Sample Go Project Template (based on the layout from the Standard Project Layout repo)
https://github.com/golang-standards/project-template

go golang golang-examples project-skeleton project-structure project-template standards

Last synced: 6 months ago
JSON representation

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

Awesome Lists containing this project

README

          

# 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](https://github.com/golang-standards/project-layout) for a more generic and a less opinionated starting point for your project.