mirror of
https://github.com/m1k1o/neko.git
synced 2025-04-29 18:36:22 +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
|
||||
}
|
||||
|
||||
type key int
|
||||
|
||||
const (
|
||||
keySessionCtx int = iota
|
||||
keySessionCtx key = iota
|
||||
)
|
||||
|
||||
func New(
|
||||
|
|
Loading…
Add table
Reference in a new issue