mirror of
https://github.com/d0zingcat/gocryptotrader.git
synced 2026-05-13 15:09:42 +00:00
14 lines
396 B
Cheetah
14 lines
396 B
Cheetah
{{define "exchanges" -}}
|
|
{{template "header" .}}
|
|
## Current Features for {{.Name}}
|
|
|
|
+ This package is used to connect and query data from supported exchanges.
|
|
|
|
+ Please checkout individual exchange README for more information on
|
|
implementation
|
|
|
|
### Please click GoDocs chevron above to view current GoDoc information for this package
|
|
{{template "contributions"}}
|
|
{{template "donations"}}
|
|
{{end}}
|