diff options
| author | Sam Anthony <sam@samanthony.xyz> | 2026-07-09 15:56:43 -0230 |
|---|---|---|
| committer | Sam Anthony <sam@samanthony.xyz> | 2026-07-09 15:56:43 -0230 |
| commit | 10f997049d8b4240153db239df05ec7e8f4bae17 (patch) | |
| tree | ed5e7e15b2984597e3ca39aad424b3d43b2e0032 | |
| parent | 4853cad7499a953deb4a18bae2c14c1482007e42 (diff) | |
| download | exchange-10f997049d8b4240153db239df05ec7e8f4bae17.zip | |
package comment
| -rw-r--r-- | exchange.go | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/exchange.go b/exchange.go index 49f0a2f..3b45d0d 100644 --- a/exchange.go +++ b/exchange.go @@ -1,4 +1,10 @@ -// TODO +// Package exchange retrieves fiat- and crypto-currency exchange rates from [CoinMarketCap]. +// +// Features: +// - Cache ([ttlcache]) +// - Fixed-point numbers ([decimal]) +// +// [CoinMarketCap]: https://coinmarketcap.com/api/documentation/ package exchange import ( |