Versions in this module Expand all Collapse all v0 v0.3.2 Nov 9, 2018 Changes in this version + const Epsilon + func Contained(obj, target interface{}) bool + func IsEqual(key string, value interface{}, reqValue interface{}) (bool, error) + func IsFloatEqual(a, b float64) bool + func MergeGeneralMaps(maps ...map[string]interface{}) map[string]interface + func MergeStringMaps(maps ...map[string]string) map[string]string + func PathExists(path string) (bool, error) + func RandSeq(n int, chs []rune) string + func RandSeqWithAlnum(n int) string + func Retry(retryNum int, desc string, silent bool, ...) error + func RvRepElement(arr []string) []string + func StructToMap(structObj interface{}) (map[string]interface{}, error)