mirror of
https://github.com/alfg/ffmpegd.git
synced 2025-09-26 19:41:15 +08:00
8 lines
79 B
Go
8 lines
79 B
Go
package main
|
|
|
|
import "github.com/alfg/ffmpegd/cmd"
|
|
|
|
func main() {
|
|
cmd.Run()
|
|
}
|