mirror of
https://github.com/mayswind/ezbookkeeping.git
synced 2026-05-20 01:34:24 +08:00
add comment
This commit is contained in:
@@ -33,6 +33,7 @@ type qifDataReader struct {
|
|||||||
}
|
}
|
||||||
|
|
||||||
// read returns the imported qif data
|
// read returns the imported qif data
|
||||||
|
// Reference: https://www.w3.org/2000/10/swap/pim/qif-doc/QIF-doc.htm
|
||||||
func (r *qifDataReader) read(ctx core.Context) (*qifData, error) {
|
func (r *qifDataReader) read(ctx core.Context) (*qifData, error) {
|
||||||
if len(r.allLines) < 1 {
|
if len(r.allLines) < 1 {
|
||||||
return nil, errs.ErrNotFoundTransactionDataInFile
|
return nil, errs.ErrNotFoundTransactionDataInFile
|
||||||
|
|||||||
Reference in New Issue
Block a user