1
0
mirror of https://github.com/fumiama/terasu-cloudflared.git synced 2026-06-09 04:30:31 +08:00
Files
terasu-cloudflared/vendor/github.com/matttproud/golang_protobuf_extensions/pbutil/Makefile
2018-07-19 15:02:24 -05:00

8 lines
108 B
Makefile

all:
cover:
go test -cover -v -coverprofile=cover.dat ./...
go tool cover -func cover.dat
.PHONY: cover