Versions in this module Expand all Collapse all v2 v2.3.0 Dec 25, 2021 Changes in this version + func GetCallInArgs(funcValue reflect.Value, funcArgs []string, inStart int) ([]reflect.Value, error) + func GetStrMd5(s string) string + func GetStrSha1(data string) string + func GoValuesToYJsonSlice(values []reflect.Value) ([]string, error) + func GoVarToYJson(v interface{}) (string, error) + func GoVarsToYJsonSlice(args ...interface{}) ([]string, error) + func Max(a, b int) int + func Min(a, b int) int