Versions in this module Expand all Collapse all v2 v2.0.0 Aug 1, 2022 Changes in this version + func SliceContains(slice []string, item string) bool + func ToSlice(v interface{}) []string + type Set map[string]struct + func MakeSet(a ...string) Set + func (set Set) Add(a ...string) + func (set Set) HasOneOf(a ...string) bool + func (set Set) ToSlice() []string