[tilo] Delete useless service/doc.go

This was missed in a previous change.

Change-Id: I5ba2535abb067a9f44b89a7021142de730dee67c
1 file changed
tree: fd89d9700fdc8b1239f5b64e69b26543fc9db0c8
  1. botanist/
  2. cmd/
  3. fastboot/
  4. fuchsia/
  5. fxctx/
  6. fxtesting/
  7. fxtime/
  8. gerrit-policy/
  9. netboot/
  10. pdu/
  11. qemu/
  12. retry/
  13. secrets/
  14. serial/
  15. telnet/
  16. tftp/
  17. tilo/
  18. tools/
  19. .gitignore
  20. AUTHORS
  21. Gopkg.lock
  22. Gopkg.toml
  23. LICENSE
  24. MAINTAINERS
  25. manifest
  26. PATENTS
  27. README.md
  28. testsharder
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}