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