Files
gocryptotrader/cmd/documentation/root_templates/CONTRIBUTORS.tmpl
Ryan O'Hara-Reid 897bcfd9a4 Documentation Update (#318)
* Initial update

* update

* Fix linter issues

* Add new documentation template and fix
2019-06-21 12:38:35 +10:00

7 lines
168 B
Cheetah

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