Merge branches 'rsm' and 'rsm' of https://e.coding.net/rosydev/jx-callback into rsm

This commit is contained in:
richboo111
2022-08-04 11:01:02 +08:00
3 changed files with 11 additions and 8 deletions

View File

@@ -86,3 +86,7 @@ func toHex(ten int) string {
}
return strings.Join(hexStr, "")
}
func TestInt2Int64(t *testing.T) {
fmt.Println(int64(19930826391))
}