mirror of
https://github.com/m1k1o/neko.git
synced 2024-07-24 14:40:50 +12:00
fix linter errors.
This commit is contained in:
@ -2,7 +2,6 @@ package capture
|
||||
|
||||
import (
|
||||
"fmt"
|
||||
"sync"
|
||||
"math"
|
||||
|
||||
"github.com/rs/zerolog"
|
||||
@ -15,7 +14,6 @@ import (
|
||||
|
||||
type CaptureManagerCtx struct {
|
||||
logger zerolog.Logger
|
||||
mu sync.Mutex
|
||||
desktop types.DesktopManager
|
||||
streaming bool
|
||||
broadcast *BroacastManagerCtx
|
||||
|
Reference in New Issue
Block a user