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

https://github.com/gbaeke/go-template

This is a Go template I use for personal projects and demonstrations/training.
https://github.com/gbaeke/go-template

api go golang template

Last synced: 4 months ago
JSON representation

This is a Go template I use for personal projects and demonstrations/training.

Awesome Lists containing this project

README

        

# go-template

Go template for personal Go projects

To start new projects from this template, select template during repo creation.

To quickly install this app from a chart, do the following:

```
helm repo add gbaeke https://gbaeke.github.io/helm-chart
helm install mygoapp gbaeke/go-template
```