mirror of
https://github.com/m1k1o/neko.git
synced 2024-07-24 14:40:50 +12:00
fix lint err.
This commit is contained in:
parent
7524f20cb7
commit
4a5654f2ef
@ -19,8 +19,10 @@ type ApiManagerCtx struct {
|
||||
capture types.CaptureManager
|
||||
}
|
||||
|
||||
type key int
|
||||
|
||||
const (
|
||||
keySessionCtx int = iota
|
||||
keySessionCtx key = iota
|
||||
)
|
||||
|
||||
func New(
|
||||
|
Loading…
Reference in New Issue
Block a user