We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8bd6066 commit a93be92Copy full SHA for a93be92
Dockerfile
@@ -15,8 +15,6 @@ ADD ./doc.go ./
15
ADD ./goclean.sh ./
16
17
RUN \
18
- cd /go/src/github.com/toomore/gogrs && \
19
- go get -v ./... && \
20
go get github.com/golang/lint/golint && \
21
- go get github.com/mattn/goveralls && \
22
- go get golang.org/x/tools/cmd/goimports
+ go get golang.org/x/tools/cmd/goimports && \
+ go get -v ./...
0 commit comments