Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func MergeOSEnvWithAdder ¶ added in v0.1.5
func MergeOSEnvWithAdder(adder interfaces.EnvVarsAdder) []string
MergeOSEnvWithAdder builds an env slice suitable for *exec.Cmd.Env by starting from os.Environ() and appending entries contributed by adder. A nil adder yields os.Environ() unchanged.
Types ¶
This section is empty.
Source Files
¶
- main.go
Click to show internal directories.
Click to hide internal directories.