Versions in this module Expand all Collapse all v1 v1.1.0 Mar 8, 2018 Changes in this version + type Evaluater struct + func NewEvaluater(style styling.Style, target Target) *Evaluater + func (eval *Evaluater) Evaluate(input string) string + type Source interface + Next func() (string, bool) + func NewCleaningSource(source Source) Source + func NewCombinedSource(sources ...Source) Source + func NewReaderSource(in io.Reader) Source + func NewStaticSource(commands ...string) Source + type Target interface + ChangeDirectory func(path string) string + Diff func(source string) string + Dump func() string + Info func() string + Load func(path1, path2 string) string + Put func(offset uint32, data []byte) string + Save func() string