[roll] Roll fuchsia [zither] Fix _golden_test FIDL for new go/format

zither_golden_test is sensitive to formatting changes in generated Go
source, which is blocking rolling Go to 1.19 due to changes in
go/format. As a workaround, this adjusts the FIDL source such that the
generated Go is formatted the same way before and after 1.19.

Additionally, this change adds support for ignoring whitespace changes
to golden_files, as the new go/format has different behavior not only
with respect to blank comment lines but also with respect to tabs vs.
spaces in comment indentation.

Original-Bug: 93043
Original-Bug: 107996
Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/717049
Original-Revision: 2975d6bc8c24701207fe03b1313d206d05bf2b64
GitOrigin-RevId: 3d5ab5fb73bb493d7c5b84d94c1c568922d6f343
Change-Id: Ic7ac323ade4db4e2ea6955fe4f0c2cc769d4e2af
1 file changed
tree: e4d03ab91c0688c07ccdd9578c206fb14e7928de
  1. git-hooks/
  2. infra/
  3. third_party/
  4. cts
  5. firmware
  6. flower
  7. jiri.lock
  8. minimal
  9. prebuilts
  10. README.md
  11. stem
  12. test_durations
  13. 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.