Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Writer ¶
type Writer struct { W *zip.Writer M sauceignore.Matcher }
Writer is a wrapper around zip.Writer and implements zip archiving for archive.Writer.
func NewWriter ¶
func NewWriter(name string, matcher sauceignore.Matcher) (Writer, error)
NewWriter returns a new Writer that archives files to name.
Click to show internal directories.
Click to hide internal directories.