6 lines
89 B
Makefile
6 lines
89 B
Makefile
all: deps
|
|
|
|
deps:
|
|
go get github.com/mattn/goveralls
|
|
go get golang.org/x/tools/cmd/cover
|