package
0.3.1
Repository: https://github.com/tjeske/containerflight.git
Documentation: pkg.go.dev

# Functions

CheckErr checks for an error use this function after calling an error returning function.
CheckErrMsg checks for an error and prints out a custom error message use this function after calling an error returning function.
GetUnixFilePath transforms a unix/windows file path into an unix file path.
ToSlash returns the result of replacing each separator character in path with a slash ('/') character.

# Variables

GetWorkingDir returns the current working directory.