Verify Mask

This commit is contained in:
Anatoly Prohacky
2023-03-11 18:06:30 +10:00
parent c584f650fa
commit 1c01e2dc29
2 changed files with 11 additions and 0 deletions

View File

@@ -50,4 +50,6 @@ func main() {
}
fmt.Println(ret)
fmt.Println(acl.AllBit)
fmt.Println(16 & 32)
}