1
This commit is contained in:
@@ -21,5 +21,5 @@ func Test(t *testing.T) {
|
|||||||
}
|
}
|
||||||
|
|
||||||
func TestSkuStatus(t *testing.T) {
|
func TestSkuStatus(t *testing.T) {
|
||||||
fmt.Println("=", (2&2) != 0)
|
fmt.Println(2&(4|2|1) != 0)
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user