Versions in this module Expand all Collapse all v1 v1.0.0 Jul 26, 2017 Changes in this version + func Dict(values ...interface{}) (map[string]interface{}, error) + func FieldInStruct(data interface{}, field string) bool + func IsMap(sth interface{}) bool + func IsSlice(sth interface{}) bool + func StringInSlice(a string, list []string) (bool, int)