String
This commit is contained in:
@@ -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)
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user