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

@ -14,7 +14,7 @@ import (
type key int
const (
keyMemberCtx key = iota
keyMemberCtx key = iota
)
type MembersHandler struct {