mark2web/vendor/github.com/gosuri/uilive/Makefile

8 lines
83 B
Makefile
Raw Normal View History

2022-02-28 10:28:34 +01:00
test:
@go test -race .
examples:
@go run -race ./example
.PHONY: test examples