package
0.0.0-20200511084048-1be76fa31d98
Repository: https://github.com/will-rowe/groot.git
Documentation: pkg.go.dev
# Functions
CheckDir is a function to check that a directory exists.
CheckExt is a function to check the extensions of a file.
CheckFile is a function to check that a file can be read.
CheckRequiredFlags is a function to check for required flags before running GROOT.
CheckSTDIN is a function to check that STDIN can be read.
ErrorCheck is a function to throw error to the log and exit the program.
PrintMemUsage outputs the current, total and OS memory being used.
StartLogging is a function to start the log...
Uint64SliceEqual returns true if two uint64[] are identical.