[resultstore] Add an example binary

IN-699 #comment

Change-Id: I583784f9e4bf4f27e7f10a5ff5898dd066426c9f
3 files changed
tree: 9c23ebea444ee95e38f12ad452cb4247c8eda6d7
  1. cmd/
  2. fuchsia/
  3. fxctx/
  4. fxtesting/
  5. fxtime/
  6. gerrit-policy/
  7. resultstore/
  8. retry/
  9. tilo/
  10. tools/
  11. .gitignore
  12. AUTHORS
  13. go.mod
  14. go.sum
  15. LICENSE
  16. MAINTAINERS
  17. manifest
  18. packages_to_publish.json
  19. PATENTS
  20. 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}