Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func CheckOutputPath ¶
CheckOutputPath checks if output is an existing path and returns its corresponding absolute path if successful. if output is nil or empty then returns an empty path an no error. output is a reference to a string to enable to pass directly the returned value of a flag.String result. Returns an error of the path is not a valid dir.
func FillString ¶
FillLen fills s with blanks to make it a string of length l. If l > len(s) then return s
func MustCheckOutputPath ¶
MustCheckOutputPath checks if output is a valid path and returns its corresponding absolute path if successuf. exit if the output is not nil and an error occurs.
func NormalizeUp ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.