mirror of
https://github.com/d0zingcat/gocryptotrader.git
synced 2026-05-18 07:26:50 +00:00
* 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
12 lines
301 B
Cheetah
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}}
|