mirror of
https://github.com/m1k1o/neko.git
synced 2025-04-30 10:56:20 +02:00
fix lint err.
This commit is contained in:
parent
7524f20cb7
commit
4a5654f2ef
1 changed files with 3 additions and 1 deletions
|
@ -19,8 +19,10 @@ type ApiManagerCtx struct {
|
||||||
capture types.CaptureManager
|
capture types.CaptureManager
|
||||||
}
|
}
|
||||||
|
|
||||||
|
type key int
|
||||||
|
|
||||||
const (
|
const (
|
||||||
keySessionCtx int = iota
|
keySessionCtx key = iota
|
||||||
)
|
)
|
||||||
|
|
||||||
func New(
|
func New(
|
||||||
|
|
Loading…
Add table
Reference in a new issue