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

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

Awesome Lists containing this project

README

          

[![Go Report Card](https://goreportcard.com/badge/github.com/cameronbrill/go-project-template)](https://goreportcard.com/report/github.com/cameronbrill/go-project-template)
[![GoDoc](https://godoc.org/github.com/cameronbrill/go-project-template?status.svg)](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.