Versions in this module Expand all Collapse all v5 v5.0.0 Mar 11, 2019 Changes in this version + func Translate(c *Config) error + type Asset struct + Func string + Name string + Path string + type ByName []os.FileInfo + func (v ByName) Len() int + func (v ByName) Less(i, j int) bool + func (v ByName) Swap(i, j int) + type ByteWriter struct + func (w *ByteWriter) Write(p []byte) (n int, err error) + type Config struct + Debug bool + Dev bool + Ignore []*regexp.Regexp + Input []InputConfig + ModTime int64 + Mode uint + NoCompress bool + NoMemCopy bool + NoMetadata bool + Output string + Package string + Prefix *regexp.Regexp + Tags string + func NewConfig() *Config + type InputConfig struct + Path string + Recursive bool + type StringWriter struct + func (w *StringWriter) Write(p []byte) (n int, err error) Other modules containing this package github.com/apvail/go-bindata github.com/apvail/go-bindata/v6