mirror of
https://github.com/d0zingcat/gocryptotrader.git
synced 2026-05-21 15:10:12 +00:00
12 lines
310 B
Cheetah
12 lines
310 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}}
|