Browse Source

Ignore lint warning until this can be refactored

pull/2438/head
Gabe Kangas 3 years ago
parent
commit
d49f001688
No known key found for this signature in database
GPG Key ID: 4345B2060657F330
  1. 1
      main.go

1
main.go

@ -30,6 +30,7 @@ var ( @@ -30,6 +30,7 @@ var (
rtmpPortOverride = flag.Int("rtmpport", 0, "Set listen port for the RTMP server")
)
// nolint:cyclop
func main() {
flag.Parse()

Loading…
Cancel
Save