[roll] Roll fuchsia [fidl][source-compat] Use separate dirs for Go files

`go_library` will soon require that all *.go files in `source_dir` are
included in `sources` to catch errors where people forget to include a
_test.go file in `sources`, resulting in a test not being run.

The only violations of this rule are in the FIDL source compatibility
tests, which include multiple Go files in a directory but build each
file in a separate go_library. To comply with go_library's requirements,
split Go files into separate per-library directories.

Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/607624
Original-Revision: e0dd97b7a2ded3ae4d830e020f421d644ec6b34a
GitOrigin-RevId: 4387239921aa874527786b7611192b07c64c985c
Change-Id: I686572094fa49d4543bdcfd86d5f746c124ee14f
1 file changed
tree: 8d050646e5bde62782402b66b53cffcde3b388b7
  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.