package
0.0.0-20221013101812-2187eb44e5d2
Repository: https://github.com/lord-y/golang-tools.git
Documentation: pkg.go.dev

# Functions

ConvertMapStringInterfaceToMapStringString will convert map[string]interface{} into map[string]string.
SliceDifference will compare 2 slices and return the difference.
StringInSlice find value exist in array.