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
There is one more too, the examples in docs/examples/users/create.md, having wrong syntax var client := appwrite.Client{}. It could be var client = appwrite.Client{} or client := appwrite.Client{} .
👟 Reproduction steps
I recently was trying to use this sdk for my project work, I came across the unmatched datatype
object
was throwing issues.👍 Expected behavior
The expected type would be
interface{}
ormap[string]interface{}
would resolve this issue.👎 Actual Behavior
As the
Object
is not supported by go, the go compiler is showing it as undeclared name.🎲 Appwrite version
Different version (specify in environment)
💻 Operating system
Windows
🧱 Your Environment
No
👀 Have you spent some time to check if this issue has been raised before?
🏢 Have you read the Code of Conduct?
The text was updated successfully, but these errors were encountered: