fix(readme): add a short comment
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
@ -1,3 +1,17 @@
|
||||
# {{ .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 }}
|
Reference in New Issue
Block a user