Documentation
¶
Index ¶
- Constants
- func EnvToMap(envStr string) map[string]string
- func EnvToSlice(envStr string) []string
- func GetEnv(envStr string, key string) string
- func MapToEnv(envMap map[string]string) string
- func RmEnv(envStr string, key string) string
- func SetEnv(envStr string, key string, val string) (string, error)
- func SliceToEnv(env []string) string
Constants ¶
View Source
const MaxEnvSize = 1024 * 1024
Variables ¶
This section is empty.
Functions ¶
func EnvToSlice ¶
func SliceToEnv ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.