This commit is contained in:
邹宗楠
2022-08-04 11:25:04 +08:00
parent 33f0594a6e
commit b3ced58e91

View File

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