[fxicfg] Add fuchsia.proto support

Bug: IN-1102 #comment
Change-Id: I6b82e06b85512904ef9756b0c26c4b4b51671687
5 files changed
tree: 5241528415a5fdaec3d6bb467d8016f37d322cb0
  1. cmd/
  2. fxicfg/
  3. gerrit-policy/
  4. gotidy/
  5. retry/
  6. tools/
  7. .gitignore
  8. AUTHORS
  9. go.mod
  10. go.sum
  11. LICENSE
  12. MAINTAINERS
  13. manifest
  14. packages_to_publish.json
  15. PATENTS
  16. 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}