mirror of
https://github.com/m1k1o/neko.git
synced 2025-08-03 16:59:12 +02:00
lint fix.
This commit is contained in:
parent
a6afccd079
commit
fc6997d2ac
3 changed files with 5 additions and 5 deletions
|
@ -11,7 +11,7 @@ import (
|
|||
type key int
|
||||
|
||||
const (
|
||||
keySessionCtx key = iota
|
||||
keySessionCtx key = iota
|
||||
)
|
||||
|
||||
func SetSession(r *http.Request, session types.Session) *http.Request {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue