ADDED:
* paths.SearchFsPaths, which lets a user provide a fairly flexible
  function for searching files/directories/etc.
This commit is contained in:
brent saner
2024-11-12 06:32:04 -05:00
parent 70a88ca8b4
commit 903dd00c81
6 changed files with 233 additions and 6 deletions

9
paths/types.go Normal file
View File

@@ -0,0 +1,9 @@
package paths
import (
`r00t2.io/goutils/bitmask`
)
type pathMode bitmask.MaskBit
type pathTimeType bitmask.MaskBit