Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix docs correct error handling in golang Headers & trailers section #198

Merged
merged 2 commits into from
Oct 1, 2024

Conversation

s4s7
Copy link
Contributor

@s4s7 s4s7 commented Sep 8, 2024

Summary

This PR fixes a minor issue in the documentation's error handling example. The original example incorrectly referenced err instead of connectErr when accessing metadata, which could lead to confusion.

Changes

  • Updated the error handling example to correctly use connectErr.Meta().Get("Greet-Version") instead of err.Meta().Get("Greet-Version").

Copy link

vercel bot commented Sep 8, 2024

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
connect ✅ Ready (Inspect) Visit Preview 💬 Add feedback Sep 20, 2024 11:12am

@smaye81 smaye81 merged commit c1a31e9 into connectrpc:main Oct 1, 2024
6 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants