package
0.0.0-20201020155447-4e6b2c2ea3f2
Repository: https://github.com/sirtalin/democrart.git
Documentation: pkg.go.dev

# Functions

No description provided by the author
CreateDirectory creates a directory tree.
FileExists check if the file with name as argument exists.
PrepareString removes special chars, words between brackets, alternative text and covert the string to lower case.
RemoveBracketsContent returns the string without brackets and without the content inside of them.
RemoveDirectory removes a directory tree.
RemoveFile removes a file.
SetupLogs set the format for Logrus logs.
SetupViper initialize viper with the config file in the path passed as parameter.
ToSnakeCase returns the string in snake case format.
TrimAllSpaces returns the string passed as argument without spaces and in lower key.
No description provided by the author