mirror of
https://github.com/AlexxIT/go2rtc.git
synced 2025-10-04 07:56:33 +08:00
8 lines
81 B
Go
8 lines
81 B
Go
package main
|
|
|
|
import "github.com/AlexxIT/go2rtc/cmd"
|
|
|
|
func main() {
|
|
cmd.Run()
|
|
}
|