1
0
mirror of https://github.com/aclindsa/moneygo.git synced 2024-09-21 04:10:05 -04:00
Commit Graph

4 Commits

Author SHA1 Message Date
156b9aaf0c Pass DB as a closure instead of a global variable
This is part of an ongoing attempt to restructure the code to make it
more 'testable'.
2017-10-04 08:05:51 -04:00
c783e2c1bb Remove 'gorilla' framework
It was being used for session management, but we weren't using any of
the features that differentiated it from using go's cookies directly so
it is hard to justify the additional dependencies.
2017-10-03 11:26:56 -04:00
071b7ff1e3 Make sessions PUT and POST return the resulting Session 2016-10-04 19:55:40 -04:00
0f393d2fbb Initial commit 2015-06-25 22:36:58 -04:00