mirror of
https://github.com/bluenviron/mediamtx.git
synced 2025-12-20 02:00:05 -08:00
update linter
This commit is contained in:
parent
3fc4ca6465
commit
0605a2f369
17 changed files with 51 additions and 27 deletions
|
|
@ -83,7 +83,8 @@ func newRTMPServer(
|
|||
externalCmdPool *externalcmd.Pool,
|
||||
metrics *metrics,
|
||||
pathManager *pathManager,
|
||||
parent rtmpServerParent) (*rtmpServer, error) {
|
||||
parent rtmpServerParent,
|
||||
) (*rtmpServer, error) {
|
||||
l, err := net.Listen("tcp", address)
|
||||
if err != nil {
|
||||
return nil, err
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue