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)
- Host: GitHub
- URL: https://github.com/golang-standards/project-template
- Owner: golang-standards
- Created: 2018-05-13T17:23:34.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2019-06-03T07:15:07.000Z (over 6 years ago)
- Last Synced: 2025-04-09T22:51:35.475Z (6 months ago)
- Topics: go, golang, golang-examples, project-skeleton, project-structure, project-template, standards
- Size: 0 Bytes
- Stars: 131
- Watchers: 7
- Forks: 26
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
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.