Files
gocryptotrader/cmd/documentation/currency_templates/fx.tmpl
Adrian Gallagher 6ff453c364 Currency: Add new forex provider exchangerate.host (#682)
* Add new forex provider ExchangeRateHost.io

* Fix linter paramTypeComine

* Add templates and README files

* Convert all times to UTC

* Fix cosmetic issue and address nits

* Add support for fx exchangerate.host engine override

* Address nit plus use remove plural
2021-05-05 15:32:49 +10:00

15 lines
386 B
Cheetah

{{define "currency forexprovider" -}}
{{template "header" .}}
## Current Features for {{.Name}}
+ Currency Converter API support
+ Currency Layer support
+ Fixer.io support
+ Open Exchange Rates support
+ ExchangeRate.host support
### Please click GoDocs chevron above to view current GoDoc information for this package
{{template "contributions"}}
{{template "donations" .}}
{{end}}