Versions in this module Expand all Collapse all v1 v1.2.4 Jun 5, 2018 Changes in this version + func Convert(value interface{}, typ reflect.Type) (interface{}, error) + func MustConvertItem(item interface{}, array interface{}) interface + func ParseDate(s string) (time.Time, error) + func Sort(data []interface{}) + func SortByProperty(data []interface{}, key string, nilFirst bool)