mirror of
https://github.com/d0zingcat/gocryptotrader.git
synced 2026-05-29 23:16:51 +00:00
* Updated documentation tool Added templates Updated documentation using tool * Fixed incorrect version in web README * Added new templates to tool. Updated documents in templates across the code base. Used tool to regenerate documentation.
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}}
|