Documentation ¶ Index ¶ func Home() string type Antibody func New(home string, r io.Reader, p int) *Antibody func (a *Antibody) Bundle() (result string, err error) Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ func Home ¶ func Home() string Home finds the right home folder to use Types ¶ type Antibody ¶ type Antibody struct { Home string // contains filtered or unexported fields } Antibody the main thing func New ¶ func New(home string, r io.Reader, p int) *Antibody New creates a new Antibody instance with the given parameters func (*Antibody) Bundle ¶ func (a *Antibody) Bundle() (result string, err error) Bundle processes all given lines and returns the shell content to execute Source Files ¶ View all Source files antibody.go sort.go Click to show internal directories. Click to hide internal directories.