package
0.0.0-20210226171322-7e13d7732aa3
Repository: https://github.com/prasadghagare/commonsio.git
Documentation: pkg.go.dev
# Functions
NewAgeFileFilter returns ageFileFilter,
based on -
1.
NewFileSysOp gives RealFileSysOp struct instanceThis instance implements FileSysOp interface,and hence provides client various filesystem ops beyond stdlibUse the methods implemented on this with filters provided.
No description provided by the author
# Interfaces
FileFilter : anything that implement accept.
FileSysOp enhances the File object from stdlib.