lint fix.

This commit is contained in:
Miroslav Šedivý
2021-01-08 22:41:37 +01:00
parent a6afccd079
commit fc6997d2ac
3 changed files with 5 additions and 5 deletions

View File

@ -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 {