code refactor

This commit is contained in:
MaysWind
2025-05-24 23:27:09 +08:00
parent d089eee133
commit c4d20c539f
22 changed files with 181 additions and 158 deletions
@@ -27,7 +27,7 @@ var internationalMonetaryFundCurrencyNameCodeMap map[string]string
// InternationalMonetaryFundDataSource defines the structure of exchange rates data source of international monetary fund
type InternationalMonetaryFundDataSource struct {
ExchangeRatesDataSource
HttpExchangeRatesDataSource
}
func init() {