mirror of
https://github.com/mayswind/ezbookkeeping.git
synced 2026-05-16 16:07:33 +08:00
add comments and format code
This commit is contained in:
@@ -30,8 +30,8 @@ type NationalBankOfPolandDataSource struct {
|
||||
|
||||
// NationalBankOfPolandExchangeRateData represents the whole data from National Bank of Poland
|
||||
type NationalBankOfPolandExchangeRateData struct {
|
||||
XMLName xml.Name `xml:"exchange_rates"`
|
||||
Date string `xml:"date,attr"`
|
||||
XMLName xml.Name `xml:"exchange_rates"`
|
||||
Date string `xml:"date,attr"`
|
||||
AllExchangeRates []*NationalBankOfPolandExchangeRate `xml:"mid-rate"`
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user