aclindsa / moneygo

An accounting web application to track personal finances written in Go and React/Bootstrap
MIT License
199 stars 37 forks source link

Remove 'gorilla' framework #19

Closed aclindsa closed 7 years ago

aclindsa commented 7 years ago

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.