Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Env ¶
type Env struct{}
type Environment ¶
type Environment interface {
Getenv(key string) string
InitMap()
Setenv(key string, val string) error
}
var (
OSEnv Environment
)
Click to show internal directories.
Click to hide internal directories.