This commit is contained in:
邹宗楠
2022-12-14 17:26:32 +08:00
parent 7c9d3fd6c3
commit 9740b60eb8

View File

@@ -21,5 +21,5 @@ func Test(t *testing.T) {
}
func TestSkuStatus(t *testing.T) {
fmt.Println("=", (2&2) != 0)
fmt.Println(2&(4|2|1) != 0)
}