cmd/upspin-deploy-gcp: use go/build package to locate GOPATH

The GOPATH environment variable will now default to $HOME/go if it is
unset. Use the GOPATH from the go/build package's default environment to
inherit this property.

Change-Id: I17863461d1a3fc7dcefee3f04738df7e60dd9b96
Reviewed-on: https://upspin-review.googlesource.com/10264
Reviewed-by: Rob Pike <r@golang.org>
1 file changed
tree: 38c40ef75d84b191dbee031c7898ba20167a6f2d
  1. cloud/
  2. cmd/
  3. .travis.yml
  4. AUTHORS
  5. CONDUCT.md
  6. CONTRIBUTING.md
  7. CONTRIBUTORS
  8. LICENSE
  9. PATENTS
  10. README.md
README.md

Upspin gcp repository

This repository contains support for running Upspin against Google Cloud Storage and/or Google Container Engine.

See the Setting up upspinserver document for information about running an Upspin service that stores its data in Google Cloud Storage.

See the Deploying Upspin servers to Google Cloud Platform document for information about running an Upspin cluster on Google Container Engine.

See the master repository for more information about the Upspin project.