[secrets] Create go library for starting up a 'secrets' server.

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