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