reflector.go/Makefile

6 lines
65 B
Makefile
Raw Normal View History

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