[roll] Roll third_party/go [fidl] Don't close channel on 1way messaging errors

When sending a one-way/fire-and-forget message, do not close the channel
if an error occurs. This is so that a client can read messages sitting
in the channel after the error occurs. It should also be noted that for
one-way/fire-and-forget messaging, there is no guarantee of message
delivery or handling.

This change is needed for Ib72a8a7610637731a518241d9d048be9bd4fdf1a.

Original-Bug: b/292622684
Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/third_party/go/+/891252
Original-Revision: 2b3f72fa1f4168360d586ca7a8428256dc0acfa6
GitOrigin-RevId: 3e9bb1531e236e1e7968969ae8c8eb35ac0ef50d
Change-Id: I34b4a34890be91429b6bf4447d6f2fa483289e83
1 file changed
tree: b64e8bd5af4d365e9c147b6596c6864086db0aba
  1. git-hooks/
  2. infra/
  3. third_party/
  4. cts
  5. firmware
  6. flower
  7. jiri.lock
  8. MILESTONE
  9. minimal
  10. prebuilts
  11. README.md
  12. stem
  13. test_durations
  14. toolchain
README.md

Integration

This repository contains Fuchsia's Global Integration manifest files.

Making changes

All changes should be made to the internal version of this repository. Our infrastructure automatically updates this version when the internal one changes.

Currently all changes must be made by a Google employee. Non-Google employees wishing to make a change can ask for assistance via the IRC channel #fuchsia on Freenode.

Obtaining the source

First install Jiri.

Next run:

$ jiri init
$ jiri import minimal https://fuchsia.googlesource.com/integration
$ jiri update

Third party

Third party projects should have their own subdirectory in ./third_party.