Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2024-03-03 | Delay call of `view.New` after logging the user in | 1 | -3/+2 | ||
There is no need to do extra work like creating a session and its associated view until the user has been properly identified and as many possibly-failing sql request have been successfully run. | |||||
2023-08-10 | Move internal packages to an internal folder | 1 | -0/+33 | ||
For reference: https://go.dev/doc/go1.4#internalpackages |