[fidl][go] Build go binding goldens

While investigating fxbug.dev/105837, it turns out that we are not
compiling the Golang FIDL bindings generated from FIDL testdata
libraries. Properly building those is not exactly trivial because the
build system does not support compiling a Go library standalone, but
fortunately I found a solution taken in zither and applied that here.

After enabling goldens compilation, a few libraries needed to be
denylisted due to bugs revealed.

Bug: 62520
Bug: 116983
Bug: 116985
Bug: 116986

Change-Id: I45698b74c8f1e2d4e049bac1bf5052e90a6529c3
Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/773522
Reviewed-by: Mitchell Kember <mkember@google.com>
Commit-Queue: Yifei Teng <yifeit@google.com>
Fuchsia-Auto-Submit: Yifei Teng <yifeit@google.com>
6 files changed
tree: 4903a3203f24dadf0c6157af84c9ebe8bc74d43f
  1. boards/
  2. build/
  3. bundles/
  4. docs/
  5. examples/
  6. products/
  7. scripts/
  8. sdk/
  9. src/
  10. third_party/
  11. tools/
  12. zircon/
  13. .clang-format
  14. .clang-tidy
  15. .editorconfig
  16. .git-blame-ignore-revs
  17. .gitattributes
  18. .gitignore
  19. .gitmodules
  20. .gn
  21. .style.yapf
  22. analysis_options.yaml
  23. AUTHORS
  24. BUILD.gn
  25. CODE_OF_CONDUCT.md
  26. CONTRIBUTING.md
  27. fuchsia.code-workspace
  28. LICENSE
  29. OWNERS
  30. PATENTS
  31. pyrightconfig.json
  32. README.md
  33. rustfmt.toml
README.md

Fuchsia

What is Fuchsia?

Fuchsia is an open source, general purpose operating system supporting modern 64-bit Intel and ARM processors.

We expect everyone interacting with our project to respect our code of conduct.

Read more about Fuchsia's principles.

How can I build and run Fuchsia?

See Getting Started.

Where can I learn more about Fuchsia?

See fuchsia.dev.