https://github.com/cameronbrill/go-project-template
A Golang project template, indexed by branch name
https://github.com/cameronbrill/go-project-template
go go-examples go-template golang golang-examples templates
Last synced: 11 months ago
JSON representation
A Golang project template, indexed by branch name
- Host: GitHub
- URL: https://github.com/cameronbrill/go-project-template
- Owner: cameronbrill
- License: mit
- Created: 2021-10-21T00:25:35.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2022-06-30T22:21:42.000Z (almost 4 years ago)
- Last Synced: 2025-01-29T22:29:54.411Z (over 1 year ago)
- Topics: go, go-examples, go-template, golang, golang-examples, templates
- Language: Makefile
- Homepage:
- Size: 40 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
[](https://goreportcard.com/report/github.com/cameronbrill/go-project-template)
[](https://godoc.org/github.com/cameronbrill/go-project-template)
# go project template
Contains common things that I add to all of my go projects.
### considerations
please don't index code functionality by branch name. I do it here just to play around with things, but when you make an update to `main`, propogating that to every other branch is potentially a massive pain.