os.ProcAttr.Env (field)

4 uses

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

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

	src.elv.sh/pkg/daemon
		spawn_unix.go#L13: 		Env:   []string{},