@@ -0,0 +1,5 @@
.PHONY: run-examples
run-examples:
@for file in _examples/*.go; do \
go run $$file; \
done;
The note is not visible to the blocked user.