package
0.0.0-20240810191032-7d17f9fc2ecd
Repository: https://github.com/jvzantvoort/gextend-bash.git
Documentation: pkg.go.dev
# Functions
No description provided by the author
No description provided by the author
ExitOnError check error and exit if not nil.
FileExists check if a target exists and is a file.
FileIsExecutable file exists and is executable.
GetHomeDir get the user's homedir.
MkdirP
err := utils.MkdirP("/lala", int(0755)) if err != nil { panic(err) }.
PanicOnError missing godoc.
PrintError if err is not nil print fmtstr as error.
No description provided by the author
PrintFatal missing godoc.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
# Constants
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author