From 45faa269a4cc663c9348d17425be7e8608137500 Mon Sep 17 00:00:00 2001 From: MaysWind Date: Sun, 20 Oct 2024 01:54:03 +0800 Subject: [PATCH] add comment --- pkg/converters/qif/qif_data_reader.go | 1 + 1 file changed, 1 insertion(+) diff --git a/pkg/converters/qif/qif_data_reader.go b/pkg/converters/qif/qif_data_reader.go index efc430b7..d4090154 100644 --- a/pkg/converters/qif/qif_data_reader.go +++ b/pkg/converters/qif/qif_data_reader.go @@ -33,6 +33,7 @@ type qifDataReader struct { } // 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) { if len(r.allLines) < 1 { return nil, errs.ErrNotFoundTransactionDataInFile