# README
helper
The package contains common helpers from Mr.X
# Functions
AppendToContent append string to a file.
ChunkFileByPart chunk file to multiple part.
ChunkFileBySize chunk file to multiple part.
CopyDir copy directory to dest.
CopyFile copies a single file from src to dst.
DirLength count len of file.
No description provided by the author
ExpandLength make slice to length.
FileExists check if file is exist or not.
FileLength count len of file.
FolderExists check if file is exist or not.
GenHash gen SHA1 hash from string.
GetCurrentDay get current day.
No description provided by the author
No description provided by the author
GetFileContent Reading file and return content of it.
GetFileNames get all file name with extension.
GetFileSize get file size of a file in GB.
No description provided by the author
No description provided by the author
GetOSEnv get enviroment variable.
GetTS get current timestamp and return a string.
No description provided by the author
IsJSON check if string is JSON or not.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
MakeDir just make a folder.
MoveFolder move folder.
NormalizePath the path.
No description provided by the author
ReadingFileUnique Reading file and return content as []string.
ReadingLines Reading file and return content as []string.
No description provided by the author
No description provided by the author
StartWithNum check if string start with number.
StripName strip a file name.
StrToInt string to int.
WriteToFile write string to a file.