os.ProcAttr.Dir (field)

4 uses

	os (current package)
		exec.go#L47: 	Dir string
		exec_posix.go#L30: 	if attr != nil && attr.Sys == nil && attr.Dir != "" {
		exec_posix.go#L31: 		if _, err := Stat(attr.Dir); err != nil {
		exec_posix.go#L39: 		Dir: attr.Dir,