From 04436f048d80660832aceae4849b02c8a95e599c Mon Sep 17 00:00:00 2001 From: Aaron Lindsay Date: Mon, 5 Jun 2017 21:12:04 -0400 Subject: [PATCH] Add MoneyGo reference to README --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index d0a5a7a..fc91fe0 100644 --- a/README.md +++ b/README.md @@ -16,7 +16,9 @@ query financial information with OFX from the comfort of Golang, without having to marshal/unmarshal to SGML or XML. The library does *not* intend to abstract away all of the details of the OFX specification, which would be difficult to do well. Instead, it exposes the OFX SGML/XML hierarchy as structs which mostly -resemble it. +resemble it. Its primary goal is to enable the creation of other personal +finance software in Go (as it was created to allow me to fetch OFX transactions +for my own project, [MoneyGo](https://github.com/aclindsa/moneygo)). Because the OFX specification is rather... 'comprehensive,' it can be difficult for those unfamiliar with it to figure out where to start. To that end, I have