This commit is contained in:
邹宗楠
2022-07-27 15:06:25 +08:00
parent 610187ad44
commit c0f6c0f318
2 changed files with 5 additions and 2 deletions

View File

@@ -44,6 +44,7 @@ func Test10Two16(t *testing.T) {
}
func TestCheckSum(t *testing.T) {
aa := getCheckSum(`1e00140200ff50bc147df3d71b401B59415515`)
aa := getCheckSum(``)
fmt.Println(aa)
}