Documentation
¶
Index ¶
- type ProgInfo
- func (p *ProgInfo) Args() []string
- func (p *ProgInfo) Avail(progName string) string
- func (p *ProgInfo) Err() error
- func (p *ProgInfo) Exit(code int, msgs ...string)
- func (p *ProgInfo) Name() string
- func (p *ProgInfo) Path() string
- func (p *ProgInfo) Pid() int
- func (p *ProgInfo) Ppid() int
- func (p *ProgInfo) Workdir() string
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ProgInfo ¶
type ProgInfo struct {
// contains filtered or unexported fields
}
ProgInfo returns information about the running program.
Click to show internal directories.
Click to hide internal directories.