[resultstore] Delete example

We're about to integrate resultstore into the new testrunner.  That code will
serve as the canonical example of using this code in production.

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