mirror of
https://github.com/AlexxIT/go2rtc.git
synced 2025-09-27 04:36:12 +08:00
10 lines
86 B
Go
10 lines
86 B
Go
package main
|
|
|
|
import (
|
|
"github.com/AlexxIT/go2rtc/cmd"
|
|
)
|
|
|
|
func main() {
|
|
cmd.Run()
|
|
}
|