add comments

This commit is contained in:
MaysWind
2025-06-18 23:39:24 +08:00
parent 4bab8db7c0
commit 787eaad352
2 changed files with 2 additions and 0 deletions
+1
View File
@@ -47,6 +47,7 @@ type ofxVersion2FileReader struct {
}
// read returns the imported open financial exchange (ofx) file
// Reference: https://www.financialdataexchange.org/FDX/FDX/About/OFX-Work-Group.aspx?a315d1c24e44=2
func (r *ofxVersion1FileReader) read(ctx core.Context) (*ofxFile, error) {
file := &ofxFile{}