mirror of
https://github.com/d0zingcat/gocryptotrader.git
synced 2026-05-20 15:10:10 +00:00
11 lines
237 B
Cheetah
11 lines
237 B
Cheetah
{{define "contributors"}}
|
|
## Contributor List
|
|
|
|
|User|Github|Contribution Amount|
|
|
|--|--|--|
|
|
{{ range $contributor := .Contributors -}}
|
|
| {{$contributor.Login}} | {{$contributor.URL}} | {{$contributor.Contributions}} |
|
|
{{ end }}
|
|
|
|
{{end}}
|