You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
such as
attrs:=[]string{"A", "B", "C"}
departAttr:="(A OR D) AND B"
without the Hash function to deal with departAttr, enc the msg with departAttr directly.
And the result is:
enc:
dec:
runtime error: invalid memory address or nil pointer dereference
If you see this problem,could you please give me some help. Thank you very much!
The text was updated successfully, but these errors were encountered:
such as
attrs:=[]string{"A", "B", "C"}
departAttr:="(A OR D) AND B"
without the Hash function to deal with departAttr, enc the msg with departAttr directly.
And the result is:
enc:
dec:
runtime error: invalid memory address or nil pointer dereference
If you see this problem,could you please give me some help. Thank you very much!
The text was updated successfully, but these errors were encountered: