1
0
mirror of https://github.com/aclindsa/ofxgo.git synced 2025-06-13 21:48:38 -04:00
This commit is contained in:
2017-04-08 11:38:07 -04:00
parent 296b1fe7e9
commit d433a18df4
5 changed files with 116 additions and 116 deletions

View File

@ -39,10 +39,10 @@ var appIds = []string{
}
var appVersions = map[string][]string{
"OFXGO": []string{ // ofxgo (this library)
"OFXGO": { // ofxgo (this library)
"0001",
},
"QWIN": []string{ // Intuit Quicken Windows
"QWIN": { // Intuit Quicken Windows
"2400", // 2015
"2300", // 2014
"2200", // 2013
@ -55,19 +55,19 @@ var appVersions = map[string][]string{
"1500", // 2006
"1400", // 2005
},
"QMOFX": []string{ // Intuit Quicken Mac
"QMOFX": { // Intuit Quicken Mac
"1700", // 2008
"1600", // 2007
"1500", // 2006
"1400", // 2005
},
"QB": []string{ // Intuit QuickBooks Windows
"QB": { // Intuit QuickBooks Windows
"1800", // 2008
"1700", // 2007
"1600", // 2006
"1500", // 2005
},
"Money": []string{ // Microsoft Money 2007
"Money": { // Microsoft Money 2007
"1600", // 2007
"1500", // 2006
"1400", // 2005