Documentation ¶
Index ¶
- type Env
- func (e *Env) Environ() []string
- func (e *Env) Getenv(key string) string
- func (e *Env) Getwd() (string, error)
- func (e *Env) Setenv(key, value string) error
- func (e *Env) Setstderr(w io.Writer)
- func (e *Env) Setstdin(r io.Reader)
- func (e *Env) Setstdout(w io.Writer)
- func (e *Env) Setwd(dir string) error
- func (e *Env) Stderr() io.Writer
- func (e *Env) Stdin() io.Reader
- func (e *Env) Stdout() io.Writer
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
Click to show internal directories.
Click to hide internal directories.