m3u8d/merge_other.go

10 lines
86 B
Go

//+build !windows
package m3u8d
import "os/exec"
func setupCmd(cmd *exec.Cmd) {
}