[infra][modules] Revert "Turn infra/infra into a go module"

This reverts commit b971de6059c07bd23bf648005d32690d47a8f069.

Reason for revert: <INSERT REASONING HERE>

Original change's description:
> [infra][modules] Turn infra/infra into a go module
> 
> Change-Id: If23499dc87fc681c697a16b5b07fc280e2fd0ca7

TBR=kjharland@google.com,joshuaseaton@google.com

# Not skipping CQ checks because original CL landed > 1 day ago.

Change-Id: I922713860689fadd3dac66a467259fdaaf880de3
2 files changed
tree: 7015efa306c8120efd0cb940b508ddb7c9dff9ff
  1. botanist/
  2. cmd/
  3. fuchsia/
  4. gerrit-policy/
  5. netboot/
  6. ninjalog/
  7. pdu/
  8. qemu/
  9. retry/
  10. secrets/
  11. serial/
  12. telnet/
  13. tftp/
  14. .gitignore
  15. AUTHORS
  16. Gopkg.lock
  17. Gopkg.toml
  18. LICENSE
  19. MAINTAINERS
  20. manifest
  21. PATENTS
  22. 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}