Versions in this module Expand all Collapse all v1 v1.0.1 Jan 30, 2021 Changes in this version + func Append(a []interface{}, b []interface{}) []interface + func BaseEncode(str string) string + func Delete(i []interface{}, n int32) []interface + func DistinctElement(arr []string) (newArr []string) + func EncodeMD5(value string) string + func HTTPGet(out interface{}, url string, header map[string]string) error + func HTTPPost(out interface{}, url string, header map[string]string, param string) error + func IsBlank(value reflect.Value) bool + func IsExistItem(val interface{}, arr interface{}) bool + func JSONUnmarshal(jsonStr string, out interface{}) error + func Pop(i []interface{}) (interface{}, []interface{}) + func Push(i []interface{}, n interface{}) []interface + func Shift(i []interface{}) (interface{}, []interface{}) + func ToInterfaceArr(arr interface{}) []interface + type Account struct