mirror of
https://github.com/alfg/ffmpegd.git
synced 2025-12-24 13:17:53 +08:00
8 lines
79 B
Go
8 lines
79 B
Go
package main
|
|
|
|
import "github.com/alfg/ffmpegd/cmd"
|
|
|
|
func main() {
|
|
cmd.Run()
|
|
}
|