Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type TarOption ¶ added in v0.0.9
type TarOption func(*tarOptions)
TarOption configures the behaviour of TarGzipDir.
func WithExclude ¶ added in v0.0.9
WithExclude sets a predicate that is called with the slash-separated relative path of each non-directory entry. When the predicate returns true the file is omitted from the archive.
Click to show internal directories.
Click to hide internal directories.