gouick/templates/go-swagger/custom
Matthieu 'JP' DERASSE 65add2a61d
Some checks failed
continuous-integration/drone/push Build is failing
feat(go-swagger): Refactoring to use go-swagger templating system for most of the work
2023-01-01 17:06:47 +00:00
..
api feat(go-swagger): Refactoring to use go-swagger templating system for most of the work 2023-01-01 17:06:47 +00:00
api.yaml.tmpl feat(go-swagger): Refactoring to use go-swagger templating system for most of the work 2023-01-01 17:06:47 +00:00
Dockerfile.tmpl feat(go-swagger): Refactoring to use go-swagger templating system for most of the work 2023-01-01 17:06:47 +00:00
launcher.sh.tmpl feat(go-swagger): Refactoring to use go-swagger templating system for most of the work 2023-01-01 17:06:47 +00:00
Makefile.tmpl feat(go-swagger): Refactoring to use go-swagger templating system for most of the work 2023-01-01 17:06:47 +00:00
Readme.md.tmpl feat(go-swagger): Refactoring to use go-swagger templating system for most of the work 2023-01-01 17:06:47 +00:00

# {{ .Config.ProjectName }}

{{ .Config.ProjectDescription }}

## Table of Contents
* [Technologies Used](#technologies-used)
* [Contact](#contact)

## Technologies Used
- [Gouick](https://git.dev.m-and-m.ovh/mderasse/gouick): Toolbox to quickly generate a API using Go-Swagger.

## Contact
Created by [{{ .Config.ProjectContact.Name }}](mailto:{{ .Config.ProjectContact.Email }})

{{- if .Config.ProjectContact.URL }}
**Website:** "{{ .Config.ProjectContact.URL }}"
{{- end }}