github.com/pyroscope-io/pyroscope@v0.37.3-0.20230725203016-5f6947968bd0/pkg/exec/cli_windows.go (about) 1 package exec 2 3 import ( 4 "os/exec" 5 ) 6 7 func performOSChecks(_ string) error { return nil } 8 9 func adjustCmd(_ *exec.Cmd, _ bool, _, _ string) error { return nil }