Files
gocryptotrader/cmd/documentation/sub_templates/contributors.tmpl
Ryan O'Hara-Reid 24bddcc090 Add directories to exclusion list && change default repo string (#387)
* Add directories to exclusion list && change default repo string

* Add in .idea folder to directory exclusion list

* cleaned

* Added support for calling the tool outside of its file

* fix formatting

* changed strings
2019-11-29 11:14:19 +11:00

12 lines
301 B
Cheetah

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