mirror of
https://github.com/d0zingcat/gocryptotrader.git
synced 2026-05-13 15:09:42 +00:00
15 lines
480 B
Cheetah
15 lines
480 B
Cheetah
{{define "currency" -}}
|
|
{{template "header" .}}
|
|
## Current Features for {{.Name}}
|
|
|
|
+ Currency package contains a full suite of packages that provide:
|
|
- Foreign exchange data fetching for FIAT currencies
|
|
- Currency Pair generation
|
|
- Symbol mapping
|
|
- Translation between currencies that have similar strings e.g. XBT, BTC
|
|
|
|
### Please click GoDocs chevron above to view current GoDoc information for this package
|
|
{{template "contributions"}}
|
|
{{template "donations"}}
|
|
{{end}}
|