String
This commit is contained in:
parent
758979f11b
commit
172b2b785c
@ -66,7 +66,7 @@ func Verify(a AclBit, n NumBit) bool {
|
||||
}
|
||||
|
||||
// converting acl bits to string
|
||||
func String(a AclBit) string {
|
||||
func (a AclBit) String() string {
|
||||
return strconv.FormatInt(int64(a), 2)
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user