[roll] Roll fuchsia [go][build] Add embedsrcs to go_binary|test

These will soon be needed for Bazel-converted Go targets that utilizes
go:embed.

Note the change to go_build.py is necessary because embedded sources
can be nested under the source directory, which the go_buildpy script
doesn't handle properly today.

Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/1416394
Original-Revision: 12d730aa33b70e7c05843cc94956b0a09da16e57
GitOrigin-RevId: 53aec0c01578a865f3ca8daaf4b32bb0445747a3
Change-Id: I3a16732c3b10b759484f395aa92ca284f5cab356
1 file changed
tree: b07f49fbb416e1d9493049d3bf545bc88f6a6744
  1. ctf/
  2. git-hooks/
  3. infra/
  4. third_party/
  5. flower
  6. jiri.lock
  7. MILESTONE
  8. minimal
  9. prebuilts
  10. README.md
  11. stem
  12. 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 in one of the communication channels documented at get involved.

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.