os.ProcAttr.Env (field)

3 uses

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

	os/exec
		exec.go#L728: 		Env:   env,