mirror of
https://github.com/d0zingcat/gocryptotrader.git
synced 2026-06-07 07:26:48 +00:00
11 lines
321 B
Cheetah
11 lines
321 B
Cheetah
{{define "currency" -}}
|
|
{{template "header" .Name}}
|
|
## Current Features for {{.Name}}
|
|
|
|
+ Currency package deals with currency pair generation, manipulation and tracking
|
|
|
|
### Please click GoDocs chevron above to view current GoDoc information for this package
|
|
{{template "contributions"}}
|
|
{{template "donations"}}
|
|
{{end}}
|