1
0
mirror of https://github.com/aclindsa/moneygo.git synced 2024-10-04 16:50:05 -04:00
moneygo/internal
Aaron Lindsay d5ca4395ac Move to gorp v2
This removes the following error, caused by the MySQL Dialect using a
'varchar' for all columns over 256 characters in length, instead of
'text' for the largest:

  2017/11/17 22:41:33 common_test.go:208: Error 1074: Column length too big for column 'Lua' (max = 21844); use BLOB or TEXT instead
2017-11-17 19:53:56 -05:00
..
config First pass at reorganizing go code into sub-packages 2017-10-04 19:35:59 -04:00
db Move to gorp v2 2017-11-17 19:53:56 -05:00
handlers Move to gorp v2 2017-11-17 19:53:56 -05:00