os.ProcAttr.Dir (field)
6 uses
os (current package)
exec.go#L47: Dir string
exec_posix.go#L29: if attr != nil && attr.Sys == nil && attr.Dir != "" {
exec_posix.go#L30: if _, err := Stat(attr.Dir); err != nil {
exec_posix.go#L38: Dir: attr.Dir,
os/exec
exec.go#L423: Dir: c.Dir,
src.elv.sh/pkg/daemon
spawn_unix.go#L12: Dir: "/",
The pages are generated with Golds v0.2.8-preview. (GOOS=darwin GOARCH=arm64)