//
pkg.gl
Category
github.com/robwillup/retros
src
filesystem
package
1.0.6
Repository:
https://github.com/robwillup/retros.git
Documentation:
pkg.go.dev
Overview
Versions
1
Dependencies
2
Dependents
2
Files
40 SLOC
#
Functions
CheckIfExists
No description provided by the author
GetFiles
GetFiles returns a slice with the names of all files found under the directory provided.
IsDir
IsDir calls os.Stat for the path provided and then calls fileInfo.IsDir to check whether it is a directory.