Versions in this module Expand all Collapse all v1 v1.0.0 Apr 11, 2020 Changes in this version + var Dir = "/run" + var ErrOtherInstanceRunning = errors.New("there is another instance of the program running") + func Register(alias string) error + type Process struct + func Find(alias string) (*Process, error) + func (p *Process) StderrPipe() (io.ReadCloser, error) + func (p *Process) StdinPipe() (io.WriteCloser, error) + func (p *Process) StdoutPipe() (io.ReadCloser, error)