Files
gocryptotrader/cmd/documentation/root_templates/CONTRIBUTORS
Adrian Gallagher f5914e8c10 Engine changes
2019-05-22 17:06:38 +10:00

7 lines
171 B
Plaintext

{{define "CONTRIBUTORS"}}
Thanks to the following contributors:
{{ range $contributor := .Contributors -}}
{{$contributor.Login}} | {{$contributor.URL}}
{{ end }}
{{end}}