A project template for Go webapps
Stars
137
Forks
9
Watchers
Open Issues
0
Overall repository health assessment
No package.json found
This might not be a Node.js project
User
92
commits
1
Merge pull request #2 from dre1080/master
2c42515
Fix typo in README.md
1bfe7f5
Save session on page render & redirect (shortcuts)
0f478d8
Add support for flash messages (errors & notices)
9a0ddb5
Add handlers for favicon.ico & robots.txt
090e331
Move Session related interfaces to handlers pkg.
a904bba
Merge handlers and handlerutils packages
6aa00d3
Introduce authentication package
7e22bfe
Move Shortcuts & BaseContext to handlerutils pkg
43dd608
Fix bug that made signup fail
ea13dce
Reverse dependencies btw templating and services
c0c815c
Remove Shortcuts interface
4ff8897
Add some unit test examples
b14f266
Update error messages
100d5d2
Adhere to the DIP for repositories
cd5b64d