mirror of
https://github.com/d0zingcat/gocryptotrader.git
synced 2026-05-18 15:10:03 +00:00
7 lines
171 B
Plaintext
7 lines
171 B
Plaintext
{{define "CONTRIBUTORS"}}
|
|
Thanks to the following contributors:
|
|
{{ range $contributor := .Contributors -}}
|
|
{{$contributor.Login}} | {{$contributor.URL}}
|
|
{{ end }}
|
|
{{end}}
|