Skip to content

Commit

Permalink
Add dependencies for make cover
Browse files Browse the repository at this point in the history
  • Loading branch information
monicasarbu committed Apr 29, 2015
1 parent 66630e8 commit 23d8ad6
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@ deps:
go get -t ./...
# goautotest is used from the Makefile to run tests in a loop
go get github.com/tsg/goautotest
# cover
go get golang.org/x/tools/cmd/cover

.PHONY: gofmt
gofmt:
Expand Down

0 comments on commit 23d8ad6

Please sign in to comment.