Files
gocryptotrader/cmd/documentation/sub_templates/contributors.tmpl
Adrian Gallagher f5914e8c10 Engine changes
2019-05-22 17:06:38 +10:00

13 lines
312 B
Cheetah

{{define "contributors"}}
## Contributor List
### A very special thank you to all who have contributed to this program:
|User|Github|Contribution Amount|
|--|--|--|
{{ range $contributor := .Contributors -}}
| {{$contributor.Login}} | {{$contributor.URL}} | {{$contributor.Contributions}} |
{{ end }}
{{end}}