Versions in this module Expand all Collapse all v0 v0.7.0 May 13, 2019 Changes in this version + func CompareIntSlices(s1 []int, s2 []int) bool + func CompareSets(s1 map[string]struct{}, s2 map[string]struct{}) bool + func CompareSlices(s1 []interface{}, s2 []interface{}) bool + func CompareSlices2D(s1 [][]interface{}, s2 [][]interface{}) bool + func CompareStringSlices(s1 []string, s2 []string) bool + func CompareStringSlices2D(s1 [][]string, s2 [][]string) bool + func MakeComparableMap(m *map[string]bool) + func MakeComparableMap2(m *map[string]map[bool]struct{}) + func MakeComparableMapStr(m *map[string]string) + func YMDHMS(in ...int) time.Time