Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix docs correct error handling in golang Headers & trailers section (#…
…198) ### 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")`. Signed-off-by: s4s7 <[email protected]> Co-authored-by: Sri Krishna <[email protected]>
- Loading branch information