Documentation ¶ Index ¶ func Walk(root string, ignorePatterns []string, follow bool, walkFn WalkFunc) error type FileInfo func (self *FileInfo) IsDir() bool func (self *FileInfo) IsSymlink() bool type Finder func (self *Finder) Find(root string, pattern *pattern.Pattern) type WalkFunc Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ func Walk ¶ func Walk(root string, ignorePatterns []string, follow bool, walkFn WalkFunc) error Types ¶ type FileInfo ¶ type FileInfo struct { os.FileInfo // contains filtered or unexported fields } func (*FileInfo) IsDir ¶ func (self *FileInfo) IsDir() bool func (*FileInfo) IsSymlink ¶ func (self *FileInfo) IsSymlink() bool type Finder ¶ type Finder struct { Out chan *grep.Params Option *option.Option } func (*Finder) Find ¶ func (self *Finder) Find(root string, pattern *pattern.Pattern) type WalkFunc ¶ type WalkFunc func(path string, info *FileInfo, depth int, ig ignore.Ignore, err error) (error, ignore.Ignore) Source Files ¶ View all Source files file_info.go find.go Click to show internal directories. Click to hide internal directories.