[roll] Roll fuchsia [go] Run `go fix`

... on `//tools` and also `//zircon/tools/zither`, to update code to use
more modern idioms such as `min()` and `max()` built-ins and `any`
instead of `interface{}`.

I couldn't run it on the whole tree because it got caught up on any
files that depended on ninja-provided imports, so stuck to just these
directories for now.

I also made a couple minor manual cleanups of local variables that had
become unnecessary/confusing as a result of the fixes.

Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/1508576
Owners-Override: Adam Barth <abarth@google.com>
Original-Revision: f6ae6232a5f740d0c69b77f053b6d8820590641a
GitOrigin-RevId: 1212ea6e29fdc21b3d7edb11633c4c03c15eb909
Change-Id: I0f14624c9c8816214a5e85114f273e8c9f25eca4
1 file changed
tree: 02c98f11c21530a45fb919080e4aca56d54f6758
  1. ctf/
  2. git-hooks/
  3. infra/
  4. third_party/
  5. cobalt
  6. flower
  7. jiri.lock
  8. MILESTONE
  9. minimal
  10. prebuilts
  11. README.md
  12. stem
  13. 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.