Versions in this module Expand all Collapse all v0 v0.1.0 Apr 27, 2021 Changes in this version + type Search struct + BrowsedFiles int + CaseSensitive bool + POSIXcharClass bool + POSIXstrictMode bool + Ready bool + Regex bool + SearchTime searchTime + ShowDir bool + Type searchType + UseEscapeChar bool + WholeWord bool + Wildcard bool + func SearchNew() *Search + func (s *Search) SearchAdd(searchFor, wWord, logicalOp string) + func (s *Search) SearchCompile() (err error) + func (toFind *Search) FindDepth(root string, depth int, showDir, followSymlink bool) (files []StoreFiles, err error) + type StoreFiles struct + FileInfo os.FileInfo + FilePath string