Files
gocryptotrader/tools/documentation/general_templates/CONTRIBUTORS
Ryan O'Hara-Reid bb2342ee99 Added new functionality for documentation tool.
Added new documents to list to track the entire project document range.
2018-02-28 09:53:41 +11:00

7 lines
171 B
Plaintext

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