Revert "golang.org/x/tools in Dockerfile"

This reverts commit 5dd5602229.
This commit is contained in:
Jakob Borg 2014-11-30 10:42:31 +01:00
parent e0265aed05
commit 7f1253ff83

View File

@ -47,7 +47,7 @@ RUN bash -xec '\
# Install packages needed for test coverage
RUN go get github.com/tools/godep \
&& go get golang.org/x/tools/cmd/cover \
&& go get code.google.com/p/go.tools/cmd/cover \
&& go get github.com/axw/gocov/gocov \
&& go get github.com/AlekSi/gocov-xml