# Functions
MarshalEnviron converts an env map to OS-like environ.
MustSetenv is like [os.Setenv], but panics on error.
MustUnsetenv is like [os.Unsetenv], but panics on error.
MustWithEnv runs the closure after setting the given env, cleans up after.
UnmarshalEnviron converts an OS-like environ to env map.