Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Result ¶
Result contains each matching path in Path. Each entry in Path[1:] represents a file nested in the previous archive.
type ZTgrep ¶
type ZTgrep struct {
MaxZipSize int64 // maximum size of zip file to search (held in memory)
SkipName bool // skip file names
SkipBody bool // skip file contents
// contains filtered or unexported fields
}
ZTgrep searchs for file names and contents within nested compressed archives.
func New ¶
New returns a *ZTgrep given a regular expression following https://golang.org/s/re2syntax
Click to show internal directories.
Click to hide internal directories.