8 lines
81 B
Go
8 lines
81 B
Go
package main
|
|
|
|
import "github.com/AlexxIT/go2rtc/cmd"
|
|
|
|
func main() {
|
|
cmd.Run()
|
|
}
|