fix(doc): Correct API reference in Go package documentation (#354)

* Correct API reference in Go package documentation

Updated description to reference the useSend API instead of Unsend API.

* Update documentation to reflect useSend branding

Added a issue to the package maintainer.

If maintainer isn't actively maintaining the package. Will fork it.

* fix(docs): remove community section and update Go SDK documentation

- Remove community section until content is ready.
- Update Go SDK docs to useSend implementation.
This commit is contained in:
Vincent Vu
2026-02-17 07:43:13 +11:00
committed by GitHub
parent 752fe5a183
commit ed4a429a1d
3 changed files with 148 additions and 110 deletions
+1 -4
View File
@@ -28,6 +28,7 @@
"introduction",
"get-started/nodejs",
"get-started/python",
"get-started/go",
"get-started/local",
"get-started/smtp"
]
@@ -39,10 +40,6 @@
{
"group": "Guides",
"pages": ["guides/webhooks", "guides/use-with-react-email"]
},
{
"group": "Community SDKs",
"pages": ["community-sdk/python", "community-sdk/go"]
}
]
},