From 703ceb44e44f1840585c12c3c1c7003d23b0ba83 Mon Sep 17 00:00:00 2001 From: MaysWind Date: Sun, 2 Mar 2025 15:51:45 +0800 Subject: [PATCH] modify file name --- ...ash_transaction_table.go => gnucash_transaction_data_table.go} | 0 .../{ofx_transaction_table.go => ofx_transaction_data_table.go} | 0 2 files changed, 0 insertions(+), 0 deletions(-) rename pkg/converters/gnucash/{gnucash_transaction_table.go => gnucash_transaction_data_table.go} (100%) rename pkg/converters/ofx/{ofx_transaction_table.go => ofx_transaction_data_table.go} (100%) diff --git a/pkg/converters/gnucash/gnucash_transaction_table.go b/pkg/converters/gnucash/gnucash_transaction_data_table.go similarity index 100% rename from pkg/converters/gnucash/gnucash_transaction_table.go rename to pkg/converters/gnucash/gnucash_transaction_data_table.go diff --git a/pkg/converters/ofx/ofx_transaction_table.go b/pkg/converters/ofx/ofx_transaction_data_table.go similarity index 100% rename from pkg/converters/ofx/ofx_transaction_table.go rename to pkg/converters/ofx/ofx_transaction_data_table.go