reflector.go/Makefile

6 lines
65 B
Makefile
Raw Normal View History

2018-02-07 15:21:20 -05:00
.PHONY: test
.DEFAULT_GOAL: test
test:
go test ./... -v -cover