Documentation ¶ Index ¶ func Combine(base io.Reader, imports []io.Reader, output io.Writer) error func ExpandAliases(input io.Reader, output io.Writer) error func Patch(base io.Reader, patches []io.Reader, output io.Writer) error type Config func ConfigParse(f io.Reader) ([]Config, error) Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ func Combine ¶ added in v0.2.0 func Combine(base io.Reader, imports []io.Reader, output io.Writer) error func ExpandAliases ¶ added in v0.4.0 func ExpandAliases(input io.Reader, output io.Writer) error func Patch ¶ added in v0.2.0 func Patch(base io.Reader, patches []io.Reader, output io.Writer) error Types ¶ type Config ¶ type Config struct { Version int Base string Output string ExpandAliases bool `yaml:"expand_aliases"` Imports []string Patches []string } func ConfigParse ¶ func ConfigParse(f io.Reader) ([]Config, error) Source Files ¶ View all Source files combine.goexpand_aliases.gopatch.goyassemblyfile.go Click to show internal directories. Click to hide internal directories.