yassembly

package
v0.4.2 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jan 10, 2019 License: MIT Imports: 6 Imported by: 0

Documentation

Index

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)

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL