Initial commit

This commit is contained in:
Alexey Khit
2022-08-18 09:19:00 +03:00
commit 3e77835583
65 changed files with 6372 additions and 0 deletions
+9
View File
@@ -0,0 +1,9 @@
package main
import (
"github.com/AlexxIT/go2rtc/cmd"
)
func main() {
cmd.Run()
}