Files
gocryptotrader/cmd/documentation/exchanges_templates/request.tmpl
Adrian Gallagher f5914e8c10 Engine changes
2019-05-22 17:06:38 +10:00

12 lines
367 B
Cheetah

{{define "exchanges request" -}}
{{template "header" .}}
## Current Features for {{.Name}}
+ This package services the exchanges package with request handling.
- Throttling of requests for an individual exchange
### Please click GoDocs chevron above to view current GoDoc information for this package
{{template "contributions"}}
{{template "donations"}}
{{end}}