Files

10 lines
138 B
Go

//go:build !windows
package whisper
import "os/exec"
func hideWindowContext(cmd *exec.Cmd) {
// Not needed on non-Windows platforms
}