mirror of
https://github.com/d0zingcat/gocryptotrader.git
synced 2026-05-24 15:10:19 +00:00
* Add basic docs for gRPC/gctcli/unified API and a few markdown fixes * Update patherinos and spacing fixes * Consistent namerinos * Fix spelling mistakes * Add fancy headers * Uperaterinos * Fix feedback nitterinos
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}}
|