[Go] Add Go module files

In a later change we should delete Gopkg.toml and Gopkg.lock
after updating the infra recipe to build without `dep`

Test: Ran tests locally after removing Gopkg* files (not committed here)

Change-Id: Idc9724e1a40110c863fd0271b4b8e323ed52462f
2 files changed
tree: 411303b49830e748cd0f3305ddfa37a815f64c1a
  1. cmd/
  2. fuchsia/
  3. fxctx/
  4. fxtesting/
  5. fxtime/
  6. gerrit-policy/
  7. retry/
  8. tilo/
  9. tools/
  10. .gitignore
  11. AUTHORS
  12. go.mod
  13. go.sum
  14. Gopkg.lock
  15. Gopkg.toml
  16. LICENSE
  17. MAINTAINERS
  18. manifest
  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}