MT-22695: Add Go SDK to the Go integration guide and Guides overview#9
MT-22695: Add Go SDK to the Go integration guide and Guides overview#9Rabsztok wants to merge 2 commits into
Conversation
Decisions: - Guide restructured to match ruby-integration.md (SDK section, feature list, installation, minimal example, API-token hint); SMTP and RESTful API sections retained - net/smtp fallback sample added to the SMTP section since the SDK is API-only; credentials (live.smtp.mailtrap.io:587, user 'api') verified against falcon's Integrations tab source - Go card placed after Python, before the Laravel/Symfony framework cards; Go removed from the 'additional languages' sentence
|
Warning Review limit reached
Next review available in: 4 minutes Enable usage-based reviews in Billing to review now. Otherwise, wait until the next included review is available. How can I continue?After more reviews become available, a review can be triggered using the To avoid repeated limits, reduce automatic review volume by pausing incremental auto-reviews earlier, using label-based review opt-in, excluding WIP or generated PR titles, or requesting reviews manually when the PR is ready. If your team needs uninterrupted high-volume reviews, an organization admin can enable usage-based reviews. How do review limits work?CodeRabbit enforces per-developer PR review limits for each organization. Most developers receive the normal plan review availability. For paid Pro and Pro+ PR reviews, CodeRabbit uses adaptive limits for sustained high-volume activity. When a developer's recent PR review activity reaches the 95th percentile or higher among CodeRabbit users, additional reviews become available more gradually as earlier reviews age out of the rolling window. Please refer docs for additional details. Review details⚙️ Run configurationConfiguration used: Organization UI Review profile: CHILL Plan: Pro Plus Run ID: 📒 Files selected for processing (1)
📝 WalkthroughWalkthroughThe Go integration guide was expanded with SDK installation and sending instructions, a minimal API example, and a standard-library SMTP example. The Official SDKs catalog now includes Go, while the additional-language navigation list contains Elixir, Scala, and Perl. ChangesGo integration documentation
Estimated code review effort: 2 (Simple) | ~10 minutes 🚥 Pre-merge checks | ✅ 5✅ Passed checks (5 passed)
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 |
There was a problem hiding this comment.
Actionable comments posted: 2
🤖 Prompt for all review comments with AI agents
Verify each finding against current code. Fix only still-valid issues, skip the
rest with a brief reason, keep changes minimal, and validate.
Inline comments:
In `@guides-and-tips/sdk/go-integration.md`:
- Line 125: Replace the generic “here” anchor text in the SMTP integration link
with descriptive text such as “SMTP integration guide,” while preserving the
existing destination URL.
- Around line 7-17: Update the Go integration document’s heading hierarchy: move
the page title into YAML frontmatter, remove the standalone “# Go” heading,
promote “Overview” and “Email API/SMTP for Go” to H1 headings, and format “SDK
integration,” “Installation,” “Minimal Example,” “SMTP integration,” and
“RESTful API integration” as H2 headings.
🪄 Autofix (Beta)
Fix all unresolved CodeRabbit comments on this PR:
- Push a commit to this branch (recommended)
- Create a new PR with the fixes
ℹ️ Review info
⚙️ Run configuration
Configuration used: Organization UI
Review profile: CHILL
Plan: Pro Plus
Run ID: fcdd6117-6e9a-4282-9b09-fba54dfd2c6c
📒 Files selected for processing (2)
guides-and-tips/README.mdguides-and-tips/sdk/go-integration.md
Decisions: - Only the link added by this PR is changed; the pre-existing 'here' link in the RESTful API section is left for a separate sweep
Motivation
https://railsware.atlassian.net/browse/MT-22695
Changes
ruby-integration.md: SDK overview with feature list, installation (go get github.com/mailtrap/mailtrap-go), minimal send example, and API-token hint; SMTP and RESTful API sections retainednet/smtpfallback sample to the SMTP section, since the SDK is API-onlyHow to test
Summary by CodeRabbit