package
0.13.0
Repository: https://github.com/ibrt/golang-utils.git
Documentation: pkg.go.dev

# 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.