# Functions
AppendToFile appends the given content to the end of the specified file.
BcryptCheck Compare the plaintext password with the database hash.
BcryptHash Encrypt passwords using bcrypt.
No description provided by the author
Capitalize Capital case.
No description provided by the author
CreateDirIfNotExist Create dir if not existed.
Empty Whether the detection value exists.
GetFileContent get file content return string.
GetFirstRuneLower returns the first rune of a string in lowercase as a string.
No description provided by the author
InsertImport 插入新的import路径到指定的Go文件中.
InsertStringInFile inserts a string into a file after a specified content.
MicrosecondsStr Converts time to a string of milliseconds.
PathExists checks if the specified path (file or directory) exists and returns a boolean value.