From e755650521e7061bc75ff2a74841872a086f00c7 Mon Sep 17 00:00:00 2001 From: Aaron Lindsay Date: Fri, 31 Mar 2017 15:05:59 -0400 Subject: [PATCH] Rename files to more closely correspond to their message set tags --- banking.go => bank.go | 0 banking_test.go => bank_test.go | 0 creditcards.go => creditcard.go | 0 investments.go => invstmt.go | 0 securities.go => seclist.go | 0 5 files changed, 0 insertions(+), 0 deletions(-) rename banking.go => bank.go (100%) rename banking_test.go => bank_test.go (100%) rename creditcards.go => creditcard.go (100%) rename investments.go => invstmt.go (100%) rename securities.go => seclist.go (100%) diff --git a/banking.go b/bank.go similarity index 100% rename from banking.go rename to bank.go diff --git a/banking_test.go b/bank_test.go similarity index 100% rename from banking_test.go rename to bank_test.go diff --git a/creditcards.go b/creditcard.go similarity index 100% rename from creditcards.go rename to creditcard.go diff --git a/investments.go b/invstmt.go similarity index 100% rename from investments.go rename to invstmt.go diff --git a/securities.go b/seclist.go similarity index 100% rename from securities.go rename to seclist.go