appwrite / sdk-generator

Generating SDKs for multiple programming languages and platforms ⚙️
https://appwrite.io
MIT License
272 stars 168 forks source link

Fix: Go data in generics #918

Closed Meldiron closed 2 months ago

Meldiron commented 2 months ago

What does this PR do?

Switches from .Data.(type) to .Decode(&varOfType)

Test Plan

CleanShot 2024-07-24 at 17 03 14@2x

Related PRs and Issues

x

Have you read the Contributing Guidelines on issues?

Yes