[roll] Roll fuchsia [fidl][go] Migrate fuchsia.git to new Go unmarshal/marshal functions

Unmarshal is a new function introduced in
I5cedac2875dc1f95144b33b18266c7e2ed6e5adf
which validates consumed handle and byte counts.
It is preferred over UnmarshalWithContext because it is better able to
validate the expected behavior: that the full message is consumed.

At the same time, MarshalWithContext was renamed to Marshal and this
CL updates usages in fuchsia.git

Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/609241
Original-Revision: 493ecb8757c2d36bd279e4e65b010285c12cdcd6
GitOrigin-RevId: 0d254bc51eb233550957ba2ee65bc1e68df34dba
Change-Id: I6cd739670e547df01b2fd06a1b5f7e002a94f233
1 file changed
tree: 4581eddfc4df1662d45c4bf820faf5ba7785e8ee
  1. infra/
  2. third_party/
  3. cts
  4. firmware
  5. flower
  6. jiri.lock
  7. minimal
  8. prebuilts
  9. README.md
  10. stem
  11. test_durations
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.