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.
- Host: GitHub
- URL: https://github.com/gbaeke/go-template
- Owner: gbaeke
- Created: 2020-12-23T12:21:35.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2021-09-21T11:53:19.000Z (over 3 years ago)
- Last Synced: 2024-06-19T02:02:20.286Z (11 months ago)
- Topics: api, go, golang, template
- Language: Go
- Homepage: https://blog.baeke.info
- Size: 146 KB
- Stars: 16
- Watchers: 2
- Forks: 14
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```