This commit is contained in:
邹宗楠
2023-09-28 15:30:07 +08:00
parent 6f32849a33
commit 99a0678049

View File

@@ -390,3 +390,8 @@ func TestGetAllCities(t *testing.T) {
// timestamp string
// sign string
//}
func TestName(t *testing.T) {
fmt.Println((25 & 2) != 0)
fmt.Println((25 & 4) != 0)
}