# Functions
No description provided by the author
No description provided by the author
GetFilesBase64 returns a base64 encoded string of file content of paths.
GetFullPath returns a fullpath of path.
GetUserName return user name from /etc/passwd and uid.
GetMaxLength returns a max length of list.
GetUserName return user name from /etc/passwd and uid.
Get order num in array.
GetPassPhrase gets the passphrase from virtual terminal input and returns the result.
GetUniqueSlice return slice, removes duplicate values from data(slice).
IsDirPath identifies is the directory from the PATH string.
IsExist returns existence of file.
MapMerge merges multiple Maps.
MapReduce sets map1 value to map2 if map1 and map2 have same key, and value of map2 is zero value.
MapToStruct sets value of mapVal to public field of val struct.
NewSHA1Hash generates a new SHA1 hash based on a random number of characters.
ParseArgs return os.Args parse short options (ex.) [-la] => [-l,-a] )
TODO(blacknon): Migrate to github.com/urfave/cli version 1.22.
ParseForwardPort return forward address and port from string.
ParseHostPath return host and path, from host:/path/to/dir/file.
ParseNFSForwardPortPath.
RandomString generates a random string of n length.
StringCompression compresses bytes in the specified mode.
StructToMap returns a map that converted struct to map.
WalkDir return file path list ([]string).