Versions in this module Expand all Collapse all v1 v1.2.5 Sep 23, 2024 Changes in this version + type Env interface + Environ func() []string + Getenv func(key string) string + LookupEnv func(key string) (string, bool) + Setenv func(key, value string) error + type EnvMap struct + Vars map[string]string + func (s *EnvMap) Environ() []string + func (s *EnvMap) Getenv(key string) string + func (s *EnvMap) LookupEnv(key string) (string, bool) + func (s *EnvMap) Setenv(key, value string) error + type EnvOS struct + func (s *EnvOS) Environ() []string + func (s *EnvOS) Getenv(key string) string + func (s *EnvOS) LookupEnv(key string) (string, bool) + func (s *EnvOS) Setenv(key, value string) error