Versions in this module Expand all Collapse all v4 v4.0.3 Nov 9, 2022 v4.0.2 Nov 9, 2022 Changes in this version + const DefAssetPrefixName + const DefOutputName + const DefPackageName + var ErrCWD = errors.New("unable to determine current working directory") + var ErrNoInput = errors.New("no input") + var ErrNoPackageName = errors.New("missing package name") + func Translate(c *Config) (err error) + type Config struct + AssetPrefix string + Debug bool + Dev bool + Ignore []*regexp.Regexp + Include []*regexp.Regexp + Input []InputConfig + MD5Checksum bool + ModTime int64 + Mode uint + NoCompress bool + NoMemCopy bool + NoMetadata bool + Output string + Package string + Prefix *regexp.Regexp + Split bool + Tags string + Verbose bool + func NewConfig() *Config + type InputConfig struct + Path string + Recursive bool + func CreateInputConfig(path string) InputConfig Other modules containing this package github.com/adamroyjones/go-bindata