[roll] Roll fuchsia [fidl][dynsuite] Add a Go Client

Add a Go client implementation to the Dynsuite. Since go uses
greenthreads, there is only one flavor of client binding, hence no
sync/async split. Most tests are disabled because Go does not support
unknown interactions, and Go's event support doesn't allow receiving
events unless you already know the order that different event types will
be received in (or only have one event), so event tests aren't
implemented either.

Original-Bug: 102339
Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/733902
Original-Revision: 6d80b3dacadbb3fa04414b2939c9164b6fbc38df
GitOrigin-RevId: 83ec90dd8a4d8fb1983a5b8aad1434cc067e7fca
Change-Id: I0f68a6350b235157b327d7a5a37904c941220bd8
1 file changed
tree: 204af20d9470a98d1634b6ffd0036417eb218dcf
  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.