leonklingele
167a8b5e94
🚀 Feature: Add and apply more stricter golangci-lint linting rules ( #2286 )
...
* golangci-lint: add and apply more stricter linting rules
* github: drop security workflow now that we use gosec linter inside golangci-lint
* github: use official golangci-lint CI linter
* Add editorconfig and gitattributes file
2023-01-27 09:01:37 +01:00
xbt573
a023fc2947
🐛 Fix: Reset d.Data instead of deleting keys in it ( #2156 )
...
🐛 Reset d.Data instead of deleting keys in it
2022-10-17 16:30:34 +02:00
Gusted
7b7dcf29f7
♻️ Tidy up the codebase ( #1613 )
...
* run gofmt
* add t.Helper()
* Simplify assigns
* Simplify make operation
* Remove unused field in struct
* Fix typo
* Run gofumpt ./
* Consistent spacing
* len(...) can never be negative
* Use ReplaceAll
* Simplify operation
* Remove deadcode
* Fix typo
* Tidy up `} else { if ...`
* Fix AssertEqual
* Remove t.Helper() to fix go1.14.15
2021-11-05 08:00:03 +01:00
João Victor Santos
0de49175c7
feat(middlewares): session keys ( #1337 )
...
* ✨ feat(midlewares): session keys
- added a sess.Keys() method who retrive all keys from current session
* docs(middlewares): session
2021-05-23 08:45:33 +02:00
RW
b1b490645e
Fix session middleware ( #1235 )
...
encoding/gob for session middleware
2021-03-26 11:24:55 +01:00
Fenny
52292babba
🩹 fix race condition
2020-11-26 12:19:05 +01:00
Fenny
e1078f8716
🩹 fix #1030
2020-11-26 12:05:43 +01:00
Fenny
de912755f7
📦 update session
2020-11-16 14:22:44 +01:00