Versions in this module Expand all Collapse all v0 v0.0.5 Feb 18, 2021 v0.0.3 Feb 17, 2021 Changes in this version + func GetField(v reflect.Value, i int) reflect.Value + func Nonzero(v reflect.Value) bool + type StringSet struct + func NewStringSet() *StringSet + func (set *StringSet) Add(i string) bool + func (set *StringSet) Contains(i string) bool + func (set *StringSet) Index(c string) int + func (set *StringSet) ItemByIndex(idx int) string + func (set *StringSet) Len() int + func (set *StringSet) Remove(i string) + func (set *StringSet) Sort() + func (set *StringSet) String() string