Fix import path casing for tablesdb package#2727
Fix import path casing for tablesdb package#2727Ghunter254 wants to merge 1 commit intoappwrite:mainfrom
Conversation
Tried using the Appwrite SDK for Golang but encountered an issue while importing TablesDB. The official Golang docs (https://pkg.go.dev/github.com/appwrite/sdk-for-go/tablesdb) actually allow for tablesdb while the Appwrite docs ask for TablesDB.
WalkthroughThe change updates the Go quick-start documentation file to correct the import path and type references from Estimated code review effort🎯 1 (Trivial) | ⏱️ ~3 minutes 🚥 Pre-merge checks | ✅ 3✅ Passed checks (3 passed)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. ✨ Finishing touches🧪 Generate unit tests (beta)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
|
Thanks for raising this! It looks like a typo either in the SDK or the Docs |
Tried using the Appwrite SDK for Golang but encountered an issue while importing TablesDB. The official Golang docs (https://pkg.go.dev/github.com/appwrite/sdk-for-go/tablesdb) actually allow for tablesdb while the Appwrite docs ask for TablesDB.
What does this PR do?
Changes the naming import from tablesDB to tablesdb
Test Plan
I am working on a project right now and using tablesDB throws:

Using tablesdb works

Related PRs and Issues
(If this PR is related to any other PR or resolves any issue or related to any issue link all related PR and issues here.)
Have you read the Contributing Guidelines on issues?
Yes
Summary by CodeRabbit
Documentation