mirror of
https://github.com/aclindsa/ofxgo.git
synced 2025-02-23 17:18:23 -05:00
This allows encoding/xml to properly comparison against nil to see if they should be marshalled if the 'xml' tag contains ",omitempty" and for users to test against nil to see if a field was present in the parsed OFX. This commit also fixes up cmd/ofx to use the new pointers.