Add cover dependency

pull/13/head
lucascaro 8 years ago
parent b92779e0ef
commit 8490279064

@ -3,6 +3,7 @@ all: build test
deps:
go get github.com/golang/lint/golint
go get github.com/stretchr/testify/assert
go get golang.org/x/tools/cmd/cover
go get
build: deps

Loading…
Cancel
Save