gotop/vendor/github.com/gizak/termui/v3/Makefile

6 lines
99 B
Makefile

.PHONY: run-examples
run-examples:
@for file in _examples/*.go; do \
go run $$file; \
done;