fix lint err.

This commit is contained in:
Miroslav Šedivý 2020-11-14 18:27:10 +01:00
parent 7524f20cb7
commit 4a5654f2ef

View File

@ -19,8 +19,10 @@ type ApiManagerCtx struct {
capture types.CaptureManager
}
type key int
const (
keySessionCtx int = iota
keySessionCtx key = iota
)
func New(