You are not required to provide the information requested on a form that is subject to the Paperwork Reduction Act unless the form displays a valid OMB control number. Books or records relating to a form or its instructions must be retained for as long as their contents may become material i...
1、gotool.StrArrayUtils.StringToInt64 字符串数组转int64数组,调用前请确保字符串数组均为数字 funcTestStringToInt64(t *testing.T){//字符串数组转int64strings := []string{"1","23123","232323"} fmt.Println(reflect.TypeOf(strings[0])) toInt64, err := gotool.StrArrayUtils.StringToInt64(strin...