Versions in this module Expand all Collapse all v1 v1.3.0 Apr 8, 2021 Changes in this version + func GetCurrencyExchangeRate(fromCurrency, toCurrency, apiKey string) (float64, error) + type ExchangeRate struct + BaseSymbol string + Date string + Rates map[string]float64 + func GetCurrencyExchangeRateInfo(fromCurrency, toCurrency, apiKey string) (*ExchangeRate, error)