mirror of
https://github.com/d0zingcat/gocryptotrader.git
synced 2026-05-24 23:16:52 +00:00
11 lines
305 B
Cheetah
11 lines
305 B
Cheetah
{{define "exchanges ticker" -}}
|
|
{{template "header" .Name}}
|
|
## Current Features for {{.Name}}
|
|
|
|
+ This services the exchanges package by ticker functions
|
|
|
|
### Please click GoDocs chevron above to view current GoDoc information for this package
|
|
{{template "contributions"}}
|
|
{{template "donations"}}
|
|
{{end}}
|