mirror of
https://github.com/d0zingcat/gocryptotrader.git
synced 2026-05-13 23:16:45 +00:00
* Add directories to exclusion list && change default repo string * Add in .idea folder to directory exclusion list * cleaned * Added support for calling the tool outside of its file * fix formatting * changed strings
7 lines
170 B
Cheetah
7 lines
170 B
Cheetah
{{define "CONTRIBUTORS"}}
|
|
Thanks to the following contributors:
|
|
{{range $contributor := .Contributors -}}
|
|
{{$contributor.Login}} | {{$contributor.URL}}
|
|
{{end}}
|
|
{{- end}}
|