[monorail] Cleanup

Fix go vet warnings and remove TODOs that will, realistically, never get
done.

Change-Id: I7b3db41f96519c8e4bd343af6c7de1fa53c37dbf
Reviewed-on: https://fuchsia-review.googlesource.com/c/infra/infra/+/469979
Commit-Queue: Oliver Newman <olivernewman@google.com>
Fuchsia-Auto-Submit: Oliver Newman <olivernewman@google.com>
Reviewed-by: Anthony Fandrianto <atyfto@google.com>
2 files changed
tree: 7a3a58e32c11737920419aa09f8188cb31efdbc7
  1. artifacts/
  2. buildbucket/
  3. checkout/
  4. cmd/
  5. digest/
  6. execution/
  7. gerrit/
  8. gitiles/
  9. gotidy/
  10. monorail/
  11. serial/
  12. third_party/
  13. .gitignore
  14. AUTHORS
  15. go.mod
  16. go.sum
  17. LICENSE
  18. MAINTAINERS
  19. manifest
  20. PATENTS
  21. 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}