mirror of
https://github.com/aclindsa/ofxgo.git
synced 2025-07-01 11:48:38 -04:00
Comment investments, profiles, seclist, signon, signup, and types
This commit is contained in:
@ -468,7 +468,8 @@ type InvTranList struct {
|
||||
BankTransactions []InvBankTransaction
|
||||
}
|
||||
|
||||
// UnmarshalXML handles unmarshalling an InvTranList element from an XML string
|
||||
// UnmarshalXML handles unmarshalling an InvTranList element from an SGML/XML
|
||||
// string
|
||||
func (l *InvTranList) UnmarshalXML(d *xml.Decoder, start xml.StartElement) error {
|
||||
for {
|
||||
tok, err := nextNonWhitespaceToken(d)
|
||||
|
Reference in New Issue
Block a user