Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var GetWorkingDir = func() string { workingDir, err := os.Getwd() CheckErr(err) return workingDir }
GetWorkingDir returns the current working directory
Functions ¶
func CheckErr ¶
func CheckErr(err error)
CheckErr checks for an error use this function after calling an error returning function
func CheckErrMsg ¶
CheckErrMsg checks for an error and prints out a custom error message use this function after calling an error returning function
func GetUnixFilePath ¶ added in v0.3.0
GetUnixFilePath transforms a unix/windows file path into an unix file path
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.