mirror of
https://github.com/d0zingcat/gocryptotrader.git
synced 2026-05-19 07:26:49 +00:00
7 lines
168 B
Cheetah
7 lines
168 B
Cheetah
{{define "CONTRIBUTORS"}}
|
|
Thanks to the following contributors:
|
|
{{range $contributor := .Contributors -}}
|
|
{{$contributor.Login}} | {{$contributor.URL}}
|
|
{{end}}
|
|
{{end}}
|