Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/bartoszmajsak/template-golang
Basic structure for golang projects
https://github.com/bartoszmajsak/template-golang
golang template-project
Last synced: 26 days ago
JSON representation
Basic structure for golang projects
- Host: GitHub
- URL: https://github.com/bartoszmajsak/template-golang
- Owner: bartoszmajsak
- License: apache-2.0
- Created: 2019-09-13T10:19:08.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2023-02-13T12:58:59.000Z (over 1 year ago)
- Last Synced: 2024-06-21T11:04:24.073Z (5 months ago)
- Topics: golang, template-project
- Language: Go
- Size: 211 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 5
-
Metadata Files:
- Readme: README.adoc
- License: LICENSE
Awesome Lists containing this project
README
= Template Repository - Golang
Basic structure for cli-based golang projects.
== Code
- Folder structure
- Sample `go.mod` configuration
- `Makefile`
- `.editorconfig`
- `.gitignore`== Services
- https://circleci.com/[CircleCI]
- https://dependabot.com[Dependabot]== Setup
Run `init.sh` to customize the project.
== Other goodies
GitHub issues / PR templates (don't forget to customize the content!)