Versions in this module Expand all Collapse all v1 v1.0.1 Apr 30, 2026 Changes in this version + func CheckPasswordHash(password, hash string) bool + func ClearStringOfCharacters(str string, characters []string) string + func CompareMapsByStringKeys(map1, map2 map[string]string) bool + func ConcatSlice(strSlice []string) string + func GCRunAndPrintMemory() + func GetConfFromEnvFile(filename string) map[string]string + func GetIndexByStrValue(data []string, value string) int + func GetMapKeys(argMap map[string]string) []string + func GetMapKeysWithValue(mapArg map[string]string) []string + func GetMapValues(mapArg map[string]string) []string + func GetMapWithoutKeys(map1 map[string]string, exceptKeys []string) map[string]string + func HashPassword(password string) (string, error) + func IsEmail(email string) bool + func LogInit(path string) + func Logging(errors ...error) + func PresenceMapKeysInOtherMap(map1, map2 map[string]string) bool + func SqlToMap(rows *sql.Rows) []map[string]any