os.ProcAttr.Env (field)

3 uses

	os (current package)
		exec.go#L51: 	Env []string
		exec_posix.go#L40: 		Env: attr.Env,

	os/exec
		exec.go#L425: 		Env:   addCriticalEnv(dedupEnv(envv)),