change v0.0.1

This commit is contained in:
Anatoly Prohacky
2023-03-04 16:58:02 +10:00
parent 96c0cdabbf
commit 894bc6617c
4 changed files with 7 additions and 9 deletions

View File

@@ -9,9 +9,8 @@ import (
func main() {
a := acl.New(63, 63, 63, 3, 62, 62, 64, 64, 5654, 5435, -12234)
fmt.Println(a)
str := acl.String(a)
fmt.Println(str)
fmt.Println(acl.Int64(str))
fmt.Println(a.String())
fmt.Println(a.Int64())
b := fmt.Sprintf("%b", a)
fmt.Println(b)
fmt.Println(acl.Verify(a, 63))