Versions in this module Expand all Collapse all v0 v0.1.1 Dec 3, 2018 Changes in this version + func ArrayKeys(array map[string]interface{}) []string + func Implode(separator string, array []string) string + func IsArray(v interface{}) bool + func Serialize(value interface{}) ([]byte, error) + func Strtolower(str string) string + func Strtoupper(str string) string + func Unserialize(data []byte) (interface{}, error) v0.1.0 Oct 26, 2018 Changes in this version + func LessValue(a, b reflect.Value) bool + func LowerCaseFirstLetter(s string) string + func NumericalToString(value interface{}) (string, bool) + func NumericalValue(value reflect.Value) (float64, bool)