This commit is contained in:
邹宗楠
2023-09-06 13:50:39 +08:00
parent c207268323
commit 56588c5738
13 changed files with 177 additions and 11 deletions

View File

@@ -58,3 +58,10 @@ func TestDirectionLiteRide(t *testing.T) {
fmt.Println(result)
}
func TestName(t *testing.T) {
syncStatus := 1
syncStatus |= 32
fmt.Println(syncStatus)
}