Корректировка2

This commit is contained in:
Anatoly Prohacky 2022-08-13 16:35:37 +10:00
parent 26d067082e
commit f0c30cd7f3

View File

@ -27,7 +27,7 @@ func veryNumBit(n NumBit) bool {
}
// unite slice int to int64
func Unite(a ...AclBit) AclBit {
func Unite(a []AclBit) AclBit {
var endacl AclBit
for _, a0 := range a {
endacl = endacl | a0