1
0
mirror of https://github.com/aclindsa/moneygo.git synced 2025-12-21 18:11:18 -05:00
Files
moneygo/accounts.go
Aaron Lindsay 7772f0bca5 Use int64 instead of *Type for Accounts/Securities
Otherwise, gorp gets confused and won't assign an int64 type from the
database to an AccountType, even though they're really the same datatype.
2015-07-04 08:23:57 -04:00

6.0 KiB