ofxgo/cmd/ofx
Aaron Lindsay 1d8ba5c19a Make optional struct fields pointers
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.
2017-03-29 09:22:02 -04:00
..
bankdownload.go Make optional struct fields pointers 2017-03-29 09:22:02 -04:00
banktransactions.go Make optional struct fields pointers 2017-03-29 09:22:02 -04:00
ccdownload.go Make optional struct fields pointers 2017-03-29 09:22:02 -04:00
cctransactions.go Make optional struct fields pointers 2017-03-29 09:22:02 -04:00
command.go Add command-line client 2017-03-22 20:29:08 -04:00
detect_settings.go Add automated setting detection command 2017-03-23 08:43:34 -04:00
get_accounts.go cmd/ofx: go vet 2017-03-28 19:47:17 -04:00
invdownload.go Make optional struct fields pointers 2017-03-29 09:22:02 -04:00
invtransactions.go Make optional struct fields pointers 2017-03-29 09:22:02 -04:00
main.go cmd/ofx: go vet 2017-03-28 19:47:17 -04:00
util.go Add command-line client 2017-03-22 20:29:08 -04:00