Versions in this module Expand all Collapse all v1 v1.0.0 Oct 15, 2021 Changes in this version + func ContainsString(slice []string, s string) bool + func MapMerge(m1 map[string]interface{}, m2 map[string]interface{}) map[string]interface + func MaxIntSlice(v []int) int