type fullScanPatterns … func newFullScanPatterns() *fullScanPatterns { … } func (ps *fullScanPatterns) add(pattern string) { … } func (ps fullScanPatterns) match(path string, isDir bool) bool { … }
type fullScanPatterns … func newFullScanPatterns() *fullScanPatterns { … } func (ps *fullScanPatterns) add(pattern string) { … } func (ps fullScanPatterns) match(path string, isDir bool) bool { … }