[devices] Add fastboot integration into catalyst and health checker

This CL provides some adhoc fastboot support for astros and sherlocks
in infra. This will make transitioning to the new infra GRPC server
much easier. I also ran a `go fmt`, which caused a couple style changes
in other files.

Change-Id: Id46558e4d96839bf78eb646dea9d08a5795b33f9
9 files changed
tree: 839d3b4d81cb67c7a1acb54e74e123d5919d6c23
  1. artifacts/
  2. buildbucket/
  3. cmd/
  4. devices/
  5. digest/
  6. gotidy/
  7. .gitignore
  8. AUTHORS
  9. go.mod
  10. go.sum
  11. LICENSE
  12. MAINTAINERS
  13. manifest
  14. PATENTS
  15. README.md
README.md

infra

This repo contains tools and config files necessary to run infrastructure related to builds, code review, version control, and continuous integrations.

In order to build the Go code, you must clone this repo into an appropriately named directory. This should do the trick:

REPO=fuchsia.googlesource.com/infra/infra
git clone https://${REPO} $(go env GOPATH)/src/${REPO}