Merge pull request #2914 from GoogleCloudPlatform/revert-2866-build

Revert "Switch to the new home for go cover."
pull/6/head
Daniel Smith 2014-12-12 15:17:35 -08:00
commit 77064e2891
1 changed files with 1 additions and 1 deletions

View File

@ -23,7 +23,7 @@ ENV GOOS linux
ENV GOARCH amd64
# Get the code coverage tool and godep
RUN go get golang.org/x/tools/cmd/cover github.com/tools/godep
RUN go get code.google.com/p/go.tools/cmd/cover github.com/tools/godep
# We use rsync to copy some binaries around. It is faster (0.3s vs. 1.1s) on my
# machine vs. `install`