Documentation ¶ Index ¶ Variables func Build(src, dst string) error func NewFilename(name string) string Constants ¶ This section is empty. Variables ¶ View Source var ( ErrIsEmpty = errors.New("directory is empty") ErrInvalidMain = errors.New("main file is not a regular file") ErrMissingMain = errors.New("main file is missing") ) Functions ¶ func Build ¶ func Build(src, dst string) error func NewFilename ¶ func NewFilename(name string) string Types ¶ This section is empty. Source Files ¶ View all Source files fzz.go Click to show internal directories. Click to hide internal directories.