aboutsummaryrefslogtreecommitdiff
path: root/doc.go
Commit message (Collapse)AuthorAgeFilesLines
* Added trailing commaMark Dain2014-01-051-1/+2
|
* Fixed Formatting IssueMark Dain2014-01-041-3/+3
| | | | | | | Go will refuse to compile unless the last key is on the same line as the closing brace: `non-declaration statement outside function body`. Additionally, I set the HttpOnly flag on. I think this is a good default for everybody as it increases security and Gorilla's cookies are actually encrypted so JavaScript access is unlikely to be needed.
* Added examples for serialising custom types and handling errors from ↵Matt Silverlock2013-08-021-0/+33
| | | | session.Save().
* Initial files.moraes2012-10-031-0/+126