This repository has been archived on 2025-07-21. You can view files and clone it, but you cannot make any changes to its state, such as pushing and creating new issues, pull requests or comments.
goblin/vendor/github.com/matttproud/golang_protobuf_extensions/pbutil/Makefile

7 lines
108 B
Makefile

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