mirror of
https://github.com/aler9/rtsp-simple-server
synced 2025-11-02 11:54:10 +08:00
simplify code
This commit is contained in:
2
main.go
2
main.go
@@ -12,7 +12,7 @@ import (
|
|||||||
"gopkg.in/alecthomas/kingpin.v2"
|
"gopkg.in/alecthomas/kingpin.v2"
|
||||||
)
|
)
|
||||||
|
|
||||||
var Version string = "v0.0.0"
|
var Version = "v0.0.0"
|
||||||
|
|
||||||
func parseIpCidrList(in string) ([]interface{}, error) {
|
func parseIpCidrList(in string) ([]interface{}, error) {
|
||||||
if in == "" {
|
if in == "" {
|
||||||
|
|||||||
Reference in New Issue
Block a user