Versions in this module Expand all Collapse all v0 v0.4.1 Mar 10, 2024 v0.2.3 Jul 6, 2022 Changes in this version + func ConvertSliceToMap(s []string) map[string]struct + func IsContain(m map[string]struct{}, target []string) bool + func IsContain2(target string, m map[string]struct{}) bool